Releases: funnygeeker/micropython-easytime
Releases · funnygeeker/micropython-easytime
v1.1.0
更新
- 本次更新中,我们增加了用于初始化时间自动同步的函数
init_auto_sync()和deinit_auto_sync()
修复
- 用了最新的时区设置逻辑,适配
micropython v1.21+
Updates
- In this latest update, we have added the functions
init_auto_sync()anddeinit_auto_sync()for automatic time synchronization during initialization.
Fixes
- Implemented the latest timezone setting logic to accommodate
micropython v1.21+.
v1.0.2
更新
- 重命名 libs 为 lib
Update
- Renamed
libstolib.
v1.0.1
更新
- 更新
README.md - 新增
easytime.mpy
Updates
- Updated
README.md - Added
easytime.mpy
v1.0.0
说明
- 这是一个通过基本测试的正式版本,梦开始的地方。