feat: 实现时间同步、NVS稳定性修复和ESP-IDF v6.0兼容性改进

This commit is contained in:
2026-04-01 18:58:20 +08:00
parent 540bfe825f
commit 9815ab8df0
17 changed files with 942 additions and 31 deletions

7
useage.md Normal file
View File

@@ -0,0 +1,7 @@
# 使用说明
## 编译
```shell
idf.py fullclean
idf.py set-target esp32s3
```