reboot esp via web, after ota flash successful
This commit is contained in:
parent
c89340f5f6
commit
f86a1b7c80
@ -125,8 +125,8 @@ export class Controller {
|
|||||||
controller.progressview.addProgress("ota_upload", (current / max) * 100, "Uploading firmeware (" + current + "/" + max + ")")
|
controller.progressview.addProgress("ota_upload", (current / max) * 100, "Uploading firmeware (" + current + "/" + max + ")")
|
||||||
}, false);
|
}, false);
|
||||||
ajax.addEventListener("load", () => {
|
ajax.addEventListener("load", () => {
|
||||||
//TODO wait for reboot here!
|
|
||||||
controller.progressview.removeProgress("ota_upload")
|
controller.progressview.removeProgress("ota_upload")
|
||||||
|
controller.reboot();
|
||||||
}, false);
|
}, false);
|
||||||
ajax.addEventListener("error", () => {
|
ajax.addEventListener("error", () => {
|
||||||
alert("Error ota")
|
alert("Error ota")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user