From 828aaf4760c8297eef22e3ab1d12b6c838465b0c Mon Sep 17 00:00:00 2001 From: Christian Herzog Date: Sun, 29 Sep 2019 22:01:54 +0200 Subject: [PATCH] reenable status when flashing --- components/wifi-manager/code.js | 1 + 1 file changed, 1 insertion(+) diff --git a/components/wifi-manager/code.js b/components/wifi-manager/code.js index 4f7d3148..450148de 100644 --- a/components/wifi-manager/code.js +++ b/components/wifi-manager/code.js @@ -237,6 +237,7 @@ $(document).ready(function(){ headers: { "X-Custom-fwurl": url }, data: { 'timestamp': Date.now() } }); + enableStatusTimer = true; }); $("#generate-command").on("click", function() {