mirror of
https://github.com/s00500/ESPUI.git
synced 2024-11-22 04:00:55 +00:00
Button text in example
This commit is contained in:
parent
b65b974ad0
commit
cca76c1389
@ -35,7 +35,7 @@ void setup(void) {
|
|||||||
ESPUI.label("Status:", "Stop");
|
ESPUI.label("Status:", "Stop");
|
||||||
ESPUI.label("Millis:","0");
|
ESPUI.label("Millis:","0");
|
||||||
ESPUI.button("Push Button", &buttonCallback);
|
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 with center", true, &padExample);
|
||||||
ESPUI.pad("Pad without center", false, &padExample);
|
ESPUI.pad("Pad without center", false, &padExample);
|
||||||
ESPUI.switcher("Switch one", false, &switchExample);
|
ESPUI.switcher("Switch one", false, &switchExample);
|
||||||
|
Loading…
Reference in New Issue
Block a user