Update to 2.0.0

This commit is contained in:
2025-09-13 23:40:38 +08:00
parent 5a929f5b06
commit 63e404d610
247 changed files with 13586 additions and 11497 deletions

View File

@@ -1,22 +1,18 @@
# 使用说明
1. 设置编译目标为 esp32s3
**编译**
```shell
idf.py set-target esp32s3
```bash
python ./scripts/release.py m5stack-core-s3
```
2. 修改配置
如需手动编译,请参考 `m5stack-core-s3/config.json` 修改 menuconfig 对应选项。
```shell
cp main/boards/m5stack-core-s3/sdkconfig.cores3 sdkconfig
```
**烧录**
3. 编译烧录程序
```shell
idf.py build flash monitor
```bash
idf.py flash
```
> [!NOTE]