소스 검색

reenable status when flashing

Christian Herzog 5 년 전
부모
커밋
828aaf4760
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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() {