Skip to content

Releases: funnygeeker/micropython-easyota

v2.0.1

06 Apr 14:47
Compare
Choose a tag to compare

更新

  • 完善示例代码
  • 更新 easynetwork 版本,以适应 micropython v1.21+

Update

  • Perfect the sample code.
  • Update easynwork version to accommodate micropython v1.21 +

v2.0.0

27 Dec 15:36
Compare
Choose a tag to compare

更新

  • 重命名 libs 为 lib

Update

  • Renamed libs to lib.

v2.0.0-beta.2

01 Dec 06:53
Compare
Choose a tag to compare
v2.0.0-beta.2 Pre-release
Pre-release

更新

  • 新增 easyota.mpy
  • 新增 urequests.mpy
  • 新增 easynetwork.mpy

Update

  • Added easyota.mpy
  • Added urequests.mpy
  • Added easynetwork.mpy

v2.0.0-beta.1

30 Nov 17:48
Compare
Choose a tag to compare
v2.0.0-beta.1 Pre-release
Pre-release

更新

  • 对更新的速度进行了优化,将冗余的校验部分设置为可选项
  • 增加了文件的重新下载机制,降低在网络环境不稳定的情况下,更新失败的概率

修复

  • 修复移动目录时,若已存在目录,则会引发 OSErrorBUG,导致更新失败

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

26 Mar 12:18
Compare
Choose a tag to compare
v1.0.0-beta.1 Pre-release
Pre-release

说明

  • 这是一个通过基本测试的测试版本,梦开始的地方。