1
0
mirror of https://github.com/s00500/ESPUI.git synced 2024-06-01 03:23:28 +00:00

Button text in example

This commit is contained in:
Lukas Bachschwell 2017-11-13 17:23:28 +01:00
parent b65b974ad0
commit cca76c1389

View File

@ -35,7 +35,7 @@ void setup(void) {
ESPUI.label("Status:", "Stop");
ESPUI.label("Millis:","0");
ESPUI.button("Push Button", &buttonCallback);
ESPUI.button("Push Button", &buttonExample);
ESPUI.button("Other Button", &buttonExample, "Press");
ESPUI.pad("Pad with center", true, &padExample);
ESPUI.pad("Pad without center", false, &padExample);
ESPUI.switcher("Switch one", false, &switchExample);