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.listFilescan now include sha256 hash (alsomctl ls --include-hash)mctl put:--changed-onlyflag to check hash and upload only if changed (useful for large files, downside it needs to calculate the hash before uploading)mctl replopens a webserver allowing othermctlprocesses to reuse that session for running scripts- connect bugfix (implemented
readUntil) - major
runScriptspeed improvements (tests run in 10s, before 16s)
v1.11.2
rm / -rbugfix 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/[email protected]/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/[email protected]/dist-browser/main.js"></script>v1.5.0 / 2021-01-04
connectNetworktimeout (default: 5 seconds) (see docs)yarn clicommands:devices,cat