Skip to content

Commit

Permalink
LinkCard and FileUploadCard
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieucarbou committed Dec 17, 2023
1 parent b677bf6 commit d804b96
Show file tree
Hide file tree
Showing 4 changed files with 3,056 additions and 3,017 deletions.
4 changes: 3 additions & 1 deletion src/Card.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ enum {
STATUS_CARD,
SLIDER_CARD,
BUTTON_CARD,
PROGRESS_CARD
PROGRESS_CARD,
LINK_CARD,
FILE_UPLOAD_CARD
};

// Forward Declaration
Expand Down
2 changes: 2 additions & 0 deletions src/ESPDash.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ struct CardNames cardTags[] = {
{SLIDER_CARD, "slider"},
{BUTTON_CARD, "button"},
{PROGRESS_CARD, "progress"},
{LINK_CARD, "link"},
{FILE_UPLOAD_CARD, "fuc"},
};

// Integral type to string pairs events
Expand Down
Loading

0 comments on commit d804b96

Please sign in to comment.