You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unit tests use [Google Test](https://github.com/google/googletest) and run natively (no hardware required):
69
77
70
-
The open source web based config tool for updating certain settings over USB (without needing to flash firmware) can be found at https://config.openppg.com.
78
+
```bash
79
+
pio test -e native-test
80
+
```
81
+
82
+
Test suites cover ESC error handling, throttle processing, hysteresis logic, sensor monitoring, and logging.
83
+
84
+
CI automatically runs cpplint, unit tests, and a full firmware build on every push.
85
+
86
+
## Config tool
71
87
88
+
The open source web based config tool for updating certain settings over USB (without needing to flash firmware) can be found at [config.openppg.com](https://config.openppg.com).
0 commit comments