diff --git a/src/ESPUI.h b/src/ESPUI.h index fc571bd..b3fa205 100644 --- a/src/ESPUI.h +++ b/src/ESPUI.h @@ -134,7 +134,7 @@ public: void (*callback)(Control*, int); String value; ControlColor color; - bool visible; + bool visible; uint16_t parentControl; Control* next;