1
0
mirror of https://github.com/s00500/ESPUI.git synced 2024-06-25 23:34:13 +00:00

Changing Example titel and reformat

This commit is contained in:
Lukas Bachschwell 2018-05-27 10:43:47 +02:00
parent cb5f00cbc0
commit c901ff9408

View File

@ -144,7 +144,7 @@ void setup(void) {
ESPUI.slider("Slider one", &slider, COLOR_ALIZARIN, "30");
ESPUI.slider("Slider two", &slider, COLOR_NONE, "100");
ESPUI.begin("ESP32 Control");
ESPUI.begin("ESPUI Control");
}
void loop(void) {