Browse Source

Getting back something!

craigsdennis 9 năm trước cách đây
mục cha
commit
b2efae0b6b
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  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();
         });
     }