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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user