Files

25 lines
255 B
Markdown
Raw Permalink Normal View History

2026-01-08 09:18:20 +08:00
## Build
### Fetch Dependencies
```bash
python3 ./fetch_repos.py
```
### Tool Chains
2026-04-20 16:27:36 +08:00
[ESP-IDF v5.5.4](https://docs.espressif.com/projects/esp-idf/en/v5.5.4/esp32s3/index.html)
2026-01-08 09:18:20 +08:00
### Build
```bash
idf.py build
```
### Flash
```bash
idf.py flash
```