1
0
mirror of https://github.com/s00500/ESPUI.git synced 2025-06-11 12:50:40 +00:00

#47 Adding Dark Color, correcting wrong numbering for colors

This commit is contained in:
2019-02-26 12:08:37 +01:00
parent b21c5d3b2c
commit 4f421c84d5
7 changed files with 749 additions and 682 deletions

View File

@ -98,7 +98,8 @@ typedef struct Control {
#define COLOR_SUNFLOWER 4
#define COLOR_CARROT 5
#define COLOR_ALIZARIN 6
#define COLOR_NONE 6
#define COLOR_NONE 7
#define COLOR_DARK 8
class ESPUIClass {
public:

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long