acid/firmware/README.md

21 lines
383 B
Markdown
Raw Normal View History

2025-10-09 00:03:12 +02:00
# Building and running
```
cargo build --release && espflash flash --port COM5 .\target\xtensa-esp32s3-none-elf\release\acid-firmware --monitor
```
A different port may need to be chosen.
# Monitoring
```
espflash monitor -p COM5
```
A different port may need to be chosen.
# Debugging
Sometimes the firmware keeps crashing.
Pulling GPIO0 high during reset seems to fix this?