| 1 | # espy |
| 2 |
|
| 3 | A wheelchair motor-propelled, battery-powered, ESP32-driven remote control snow plow. |
| 4 |
|
| 5 | Using the build script from a xonsh terminal: |
| 6 |
|
| 7 | ```bash |
| 8 | . build.xsh bdf # [b]uilds with [d]ebug mode before [f]lashing |
| 9 | ``` |
| 10 |
|
| 11 | Debug mode just changes the application log verbosity for now. Assuming you're |
| 12 | not using xonsh as your terminal, `. build.xsh bf` is equivalent to `idf.py build flash`. |
| 13 |
|
| 14 | Dev branch: 2023 firmware rewrite |
| 15 |
|
| 16 |  |
| 17 |
|