firmware wip - add some new lines
This commit is contained in:
parent
ce55c874ec
commit
3f5fefb557
1 changed files with 4 additions and 4 deletions
|
@ -1577,7 +1577,7 @@ void POSTgrowSettings() {
|
||||||
Serial.println(PINled_PWM);
|
Serial.println(PINled_PWM);
|
||||||
|
|
||||||
webserver.sendHeader("Location", String("/growSettings?success"), true);
|
webserver.sendHeader("Location", String("/growSettings?success"), true);
|
||||||
webserver.send(302, "text/plain", "growSettings/save: success!");
|
webserver.send(302, "text/plain", "growSettings/save: success!\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -1637,7 +1637,7 @@ void POSTsystemSettings() {
|
||||||
webserver.sendHeader("Location", String("/systemSettings?success"), true);
|
webserver.sendHeader("Location", String("/systemSettings?success"), true);
|
||||||
}
|
}
|
||||||
|
|
||||||
webserver.send(302, "text/plain", "systemSettings/save: success!");
|
webserver.send(302, "text/plain", "systemSettings/save: success!\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -1699,7 +1699,7 @@ void POSTwifiSettings() {
|
||||||
|
|
||||||
|
|
||||||
webserver.sendHeader("Location", String("/wifiSettings?success"), true);
|
webserver.sendHeader("Location", String("/wifiSettings?success"), true);
|
||||||
webserver.send(302, "text/plain", "wifiSettings/save: success!");
|
webserver.send(302, "text/plain", "wifiSettings/save: success!\n");
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1735,7 +1735,7 @@ void POSTswitchMOSFET() {
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
webserver.sendHeader("Location", String("/?success"), true);
|
webserver.sendHeader("Location", String("/?success"), true);
|
||||||
webserver.send(302, "text/plain", "wifiSettings/save: success!");
|
webserver.send(302, "text/plain", "switch: success!\n");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue