瀏覽代碼

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();
         });
     }