Explorar o código

Getting back something!

craigsdennis %!s(int64=9) %!d(string=hai) anos
pai
achega
b2efae0b6b
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  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();
         });
     }