garage_esp32.ino typo
This commit is contained in:
@@ -382,7 +382,7 @@ void setup() {
|
||||
});
|
||||
|
||||
server.on("/sprinkler/program", HTTP_GET, [] (AsyncWebServerRequest *request) {
|
||||
|
||||
String action;
|
||||
if (request->hasParam("action")) {
|
||||
action = request->getParam("action")->value();
|
||||
|
||||
@@ -482,4 +482,4 @@ void loop() {
|
||||
Serial.println("fluke");
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user