Update ESPUI.h

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

View File

@ -134,7 +134,7 @@ public:
void (*callback)(Control*, int);
String value;
ControlColor color;
bool visible;
bool visible;
uint16_t parentControl;
Control* next;