| .. | ||
| .cargo | ||
| .github/workflows | ||
| src | ||
| .gitignore | ||
| build.rs | ||
| Cargo.lock | ||
| Cargo.toml | ||
| README.md | ||
| rust-toolchain.toml | ||
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?