Files
StackChan/firmware/README.md
T
Forairaaaaa 5001b7081b add firmware source code (#4)
* add firmware source code
2026-01-08 09:18:20 +08:00

26 lines
276 B
Markdown

# StackChan Firmware
## Build
### Fetch Dependencies
```bash
python3 ./fetch_repos.py
```
### Tool Chains
[ESP-IDF v5.5.1](https://docs.espressif.com/projects/esp-idf/en/v5.5.1/esp32s3/index.html)
### Build
```bash
idf.py build
```
### Flash
```bash
idf.py flash
```