uart working version

This commit is contained in:
Dmitry Borisenko
2020-12-10 19:12:15 +03:00
parent d17112b3ff
commit f487a691fb
26 changed files with 119 additions and 118 deletions

View File

@@ -311,7 +311,7 @@ void web_init() {
// itemsLine = request->getParam("line")->value();
// }
// delElementFlag = true;
// Device_init();
// deviceInit();
// request->redirect("/?setn.device");
//});
@@ -360,6 +360,8 @@ void web_init() {
myNotAsyncActions->make(do_UPGRADE);
request->send(200, "text/html");
});
SerialPrint("I", F("Web"), F("WebAdmin Init"));
}
void setConfigParam(const char* param, const String& value) {