add const for pulse clock mod choices. update git ignore and readme for build command.

This commit is contained in:
2025-07-13 12:00:37 -07:00
parent 60a7a7a349
commit 385ce85da3
4 changed files with 14 additions and 4 deletions

View File

@ -111,3 +111,8 @@ void UpdateDisplay() {
}
```
### Build for release
```
$ arduino-cli compile -v -b arduino:avr:nano ./firmware/Gravity/Gravity.ino -e --output-dir=./build/
```