zuku / cusi

Command line tools for M5Stack MicroPython system
MIT License
1 stars 0 forks source link

Improve upload performance #14

Closed zuku closed 1 year ago

zuku commented 1 year ago

Improve upload performance

Upload (put) command was very slow as it waited for a response timeout. Add writeAndReadBriskly function. This function doesn't wait for the timeout. When a buffer of a specific size is filled, it returns data without waiting for the timeout.