readme clean build added

This commit is contained in:
duffy 2026-01-29 21:39:49 +01:00
parent 9176f1647d
commit e901cb944f
1 changed files with 10 additions and 0 deletions

View File

@ -138,6 +138,16 @@ idf.py build flash monitor
- `Ctrl+]` - Monitor beenden
- `Ctrl+T` dann `Ctrl+R` - Reset
### Clean Rebuild
Bei Problemen oder nach Änderungen an Dependencies:
```bash
rm -rf build managed_components dependencies.lock
idf.py set-target esp32s3
idf.py build
```
## Ersteinrichtung
1. **ESP32 mit Strom versorgen**