1
0
mirror of https://github.com/bdring/Grbl_Esp32.git synced 2025-08-29 17:19:50 +02:00

Wrong values for ESP115

This commit is contained in:
Mitch Bradley
2021-07-16 19:15:32 -10:00
parent cc2b7baab6
commit d33d6cf436

View File

@@ -1113,7 +1113,7 @@ namespace WebUI {
new WebCommand(NULL, WEBCMD, WU, "ESP210", "SD/List", listSDFiles);
new WebCommand(NULL, WEBCMD, WU, "ESP200", "SD/Status", showSDStatus);
new WebCommand("STA|AP|BT|OFF", WEBCMD, WA, "ESP115", "Radio/State", setRadioState);
new WebCommand("ON|OFF", WEBCMD, WA, "ESP115", "Radio/State", setRadioState);
new WebCommand("P=position T=type V=value", WEBCMD, WA, "ESP401", "WebUI/Set", setWebSetting);
new WebCommand(NULL, WEBCMD, WU, "ESP400", "WebUI/List", listSettings, anyState);