Skip to content

Commit

Permalink
New ESP-DASH Pro
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieucarbou committed Jan 16, 2025
1 parent 37063b9 commit 659bd3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/ESPDASHPro
2 changes: 1 addition & 1 deletion src/yasolr_dashboard.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#endif

#ifdef APP_MODEL_PRO
static const ChartSize chartSize = {.xs = 12, .sm = 12, .md = 12, .lg = 12, .xl = 12, .xxl = 12};
static const dash::Widget::Size chartSize = {.xs = 12, .sm = 12, .md = 12, .lg = 12, .xl = 12, .xxl = 12};

// tabs icons:
// https://en.wikipedia.org/wiki/List_of_Unicode_characters#Miscellaneous_Symbols
Expand Down

0 comments on commit 659bd3b

Please sign in to comment.