mirror of
https://github.com/m5stack/StackChan.git
synced 2026-04-27 19:12:40 +00:00
25 lines
255 B
Markdown
25 lines
255 B
Markdown
|
|
## Build
|
|
|
|
### Fetch Dependencies
|
|
|
|
```bash
|
|
python3 ./fetch_repos.py
|
|
```
|
|
|
|
### Tool Chains
|
|
|
|
[ESP-IDF v5.5.4](https://docs.espressif.com/projects/esp-idf/en/v5.5.4/esp32s3/index.html)
|
|
|
|
### Build
|
|
|
|
```bash
|
|
idf.py build
|
|
```
|
|
|
|
### Flash
|
|
|
|
```bash
|
|
idf.py flash
|
|
```
|