1
0
mirror of https://github.com/s00500/ESPUI.git synced 2025-07-04 06:10:18 +00:00

#43 Sending Initial GUI as one big array

- Added new  INITIAL_GUI Type
- spliting GUI Blob to events in controls js
- formating the json in jsonDom into one big array
This commit is contained in:
2018-12-26 12:35:35 +01:00
parent 980e20818f
commit f31575b50c
5 changed files with 185 additions and 156 deletions

View File

@ -40,6 +40,7 @@ typedef struct Control {
} Control;
// Message Types (and control types)
#define UI_INITIAL_GUI 100
#define UI_TITEL 0
#define UI_LABEL 1