Comparing version 0.0.21 to 0.0.22
@@ -185,3 +185,3 @@ (function() { | ||
var d = undefined; | ||
var split = { start:writeData[0].blockSize, end:writeData[0].blockSize, delay:50 }; | ||
var split = { start:writeData[0].blockSize, end:writeData[0].blockSize, delay:0 }; | ||
// if we get something like Ctrl-C or `reset`, wait a bit for it to complete | ||
@@ -211,2 +211,3 @@ if (!sendingBinary) { | ||
if (writeData[0].data.length>split.end) { | ||
if (split.delay==0) split.delay=50; | ||
d = writeData[0].data.substr(0,split.end); | ||
@@ -213,0 +214,0 @@ writeData[0].data = writeData[0].data.substr(split.end); |
{ | ||
"name": "espruino", | ||
"version": "0.0.21", | ||
"version": "0.0.22", | ||
"description": "Command Line Interface and library for Communications with Espruino JavaScript Microcontrollers", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
753991
18476