garage_esp32.ino typo

This commit is contained in:
2023-06-10 19:12:59 +02:00
parent c629a3997a
commit 9718ff9c78
+2 -2
View File
@@ -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");
}
}
}
}