File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -359,8 +359,8 @@ const char index_html[] PROGMEM = R"rawliteral(
359
359
< br >
360
360
< div >
361
361
< div id = "device-speed-btn" >
362
- < label > < button name = "speedbtn" class = "small - btn " onclick=" changeSpeed (0.3 );">SLOW</button></label>
363
- < label > < button name = "speedbtn" class = "small - btn " onclick=" changeSpeed (0.6 );">MIDDLE</button></label>
362
+ < label > < button name = "speedbtn" class = "small - btn " onclick=" changeSpeed (0.5 );">SLOW</button></label>
363
+ < label > < button name = "speedbtn" class = "small - btn " onclick=" changeSpeed (0.8 );">MIDDLE</button></label>
364
364
< label > < button name = "speedbtn" class = "small - btn " onclick=" changeSpeed (1.0 );">FAST</button></label>
365
365
< /div >
366
366
< /div >
@@ -1031,4 +1031,4 @@ const char index_html[] PROGMEM = R"rawliteral(
1031
1031
< /script >
1032
1032
< /body >
1033
1033
< /html >
1034
- )rawliteral ";
1034
+ )rawliteral ";
You can’t perform that action at this time.
0 commit comments