Update ESPUI.h

This commit is contained in:
Noctr 2021-08-06 21:40:10 +07:00 committed by GitHub
parent de0c74ab4b
commit 95d13ec5a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -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