Releases: metachris/micropython-ctl
Releases · metachris/micropython-ctl
v1.13.2
mctl sync
: synchronize a directory onto the device. checks file hashes and only uploads changed ones, deletes removed one.listFiles
can now include sha256 hash (alsomctl ls --include-hash
)mctl put
:--changed-only
flag to check hash and upload only if changed (useful for large files, downside it needs to calculate the hash before uploading)mctl repl
opens a webserver allowing othermctl
processes to reuse that session for running scripts- connect bugfix (implemented
readUntil
) - major
runScript
speed improvements (tests run in 10s, before 16s)
v1.11.2
rm / -r
bugfix for some devices
v1.11.0
Changes: v1.10.0...v1.11.0
v1.10.0 / 2021-01-28
First feature complete release 🎉
Install with npm install micropython-ctl
, or include in browser:
<script src="https://cdn.jsdelivr.net/npm/micropython-ctl@1.10.0/dist-browser/main.js"></script>
v1.7.3 / 2021-01-15
First almost feature complete release :) 🎉
Install with npm install micropython-ctl
, or include in browser:
<script src="https://cdn.jsdelivr.net/npm/micropython-ctl@1.7.3/dist-browser/main.js"></script>
v1.5.0 / 2021-01-04
connectNetwork
timeout (default: 5 seconds) (see docs)yarn cli
commands:devices
,cat