Przeglądaj źródła

reenable status when flashing

Christian Herzog 5 lat temu
rodzic
commit
828aaf4760
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      components/wifi-manager/code.js

+ 1 - 0
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() {