소스 검색

Getting back something!

craigsdennis 9 년 전
부모
커밋
b2efae0b6b
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      spike/flasher.js

+ 2 - 1
spike/flasher.js

@@ -80,7 +80,7 @@ class EspBoard {
                 debug("Second go", error, result);
             });
         }).then(() => {
-            return delay(5);
+            return delay(50);
         }).then(() => {
             this.port.set({dtr: false}, (error, result) => {
                 debug("Third go", error, result);
@@ -117,6 +117,7 @@ class EspComm {
                 }
             });
         }).then(() => {
+            debug("Syncing");
             return this.sync();
         });
     }