Releases: funnygeeker/micropython-easyota
Releases · funnygeeker/micropython-easyota
v2.0.1
v2.0.0
更新
- 重命名 libs 为 lib
Update
- Renamed
libs
tolib
.
v2.0.0-beta.2
更新
- 新增
easyota.mpy
- 新增
urequests.mpy
- 新增
easynetwork.mpy
Update
- Added
easyota.mpy
- Added
urequests.mpy
- Added
easynetwork.mpy
v2.0.0-beta.1
更新
- 对更新的速度进行了优化,将冗余的校验部分设置为可选项
- 增加了文件的重新下载机制,降低在网络环境不稳定的情况下,更新失败的概率
修复
- 修复移动目录时,若已存在目录,则会引发
OSError
的BUG
,导致更新失败
Updates
- Optimized the update speed by making the redundant verification part optional.
- Added a mechanism to redownload files, reducing the probability of update failures in unstable network environments.
Fixes
- Fixed a bug where moving a directory would cause an
OSError
if the directory already existed, resulting in update failures.
v1.0.0-beta.1
说明
- 这是一个通过基本测试的测试版本,梦开始的地方。