Skip to content

Commit 1118812

Browse files
Update web_page.h
1 parent bc2184c commit 1118812

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

General_Driver/web_page.h

+3-3
Original file line numberDiff line numberDiff line change
@@ -359,8 +359,8 @@ const char index_html[] PROGMEM = R"rawliteral(
359359
<br>
360360
<div>
361361
<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>
364364
<label><button name="speedbtn" class="small-btn" onclick="changeSpeed(1.0);">FAST</button></label>
365365
</div>
366366
</div>
@@ -1031,4 +1031,4 @@ const char index_html[] PROGMEM = R"rawliteral(
10311031
</script>
10321032
</body>
10331033
</html>
1034-
)rawliteral";
1034+
)rawliteral";

0 commit comments

Comments
 (0)