1
0
mirror of https://github.com/s00500/ESPUI.git synced 2026-01-16 18:46:21 +00:00

fix duplicate declaration

This commit is contained in:
Mike Burton
2025-11-29 09:04:08 -08:00
parent 8a7195827b
commit cea38b4b50

View File

@@ -67,7 +67,7 @@ public:
String panelStyle; String panelStyle;
String panelClass; String panelClass;
String elementStyle; String elementStyle;
String elementStyle;
String inputType; String inputType;
Control* next; Control* next;