mirror of
https://github.com/s00500/ESPUI.git
synced 2024-11-21 17:40:54 +00:00
Update ESPUI.h
This commit is contained in:
parent
de0c74ab4b
commit
95d13ec5a9
@ -138,7 +138,6 @@ public:
|
||||
uint16_t parentControl;
|
||||
Control* next;
|
||||
|
||||
|
||||
static constexpr uint16_t noParent = 0xffff;
|
||||
|
||||
Control(ControlType type, const char* label, void (*callback)(Control*, int), const String& value,
|
||||
@ -299,4 +298,3 @@ private:
|
||||
|
||||
extern ESPUIClass ESPUI;
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user