mirror of
https://github.com/s00500/ESPUI.git
synced 2025-08-01 19:05:31 +00:00
Update ESPUI.h
This commit is contained in:
@@ -138,7 +138,6 @@ public:
|
|||||||
uint16_t parentControl;
|
uint16_t parentControl;
|
||||||
Control* next;
|
Control* next;
|
||||||
|
|
||||||
|
|
||||||
static constexpr uint16_t noParent = 0xffff;
|
static constexpr uint16_t noParent = 0xffff;
|
||||||
|
|
||||||
Control(ControlType type, const char* label, void (*callback)(Control*, int), const String& value,
|
Control(ControlType type, const char* label, void (*callback)(Control*, int), const String& value,
|
||||||
@@ -299,4 +298,3 @@ private:
|
|||||||
|
|
||||||
extern ESPUIClass ESPUI;
|
extern ESPUIClass ESPUI;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user