Browse Source

Getting back something!

craigsdennis 9 years ago
parent
commit
b2efae0b6b
1 changed files with 2 additions and 1 deletions
  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();
         });
     }