-
Version 0.0.8 Stable
released this
2022-10-16 20:37:38 +00:00 | 81 commits to master since this releaseThis release adds the new resource loading feature from InfiniTime 1.11.0. There are two ways to use it. You can either do it as part of the firmware upgrade process, or separately.
To do it as part of the DFU process, simply use the
-rflag to specify the path of the resources file.Example:
itctl fw upg -a ~/Downloads/pinetime-mcuboot-app-dfu-1.11.0.zip -r ~/Downloads/infinitime-resources-1.11.0.zipTo do it separately, use the new
res loadcommand.Example:
itctl res load ~/Downloads/infinitime-resources-1.11.0.zipOn top of this,
itctlnow has more features for BLE FS. You can now usefs mkdir -pandfs rm -rfor the same functionality as the Linux commands with the same name.Changelog
a25b2e3Add --allow-untrusted to Alpine example4efa438Add -r for rm and -p for mkdir851f197Add LoadResources() to API2d0b64dAdd installation instructions for major distrosf639fefAdd resource loading as part of DFU6f87980Add resource loading to itctl2d0db1dClose channel once resource uploading completecf24c5aFix file extension of Alpine example1e072a3Merge pull request 'Add resource loading to ITD' (#28) from resource-loading into master5efafe9Remove download binary badge and add new AUR badgefca64afRemove example comments from goreleaser config
Downloads