We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ed7e93 commit b00964eCopy full SHA for b00964e
extras/tools/bin2json.py
@@ -5,7 +5,7 @@
5
import base64
6
7
CHUNK_SIZE = 256 # This is the chunk size of how the binary is split on the server side for not overloading the embedded device receive buffers.
8
-INTER_CHUNK_DELAY_MS = 250 # This is delay between 2 consecutive chunks so as to not over load the embedded device.
+INTER_CHUNK_DELAY_MS = 500 # This is delay between 2 consecutive chunks so as to not over load the embedded device.
9
10
if len(sys.argv) != 3:
11
print ("Usage: bin2json.py sketch.ota sketch.json")
0 commit comments