0
0
Fork 0

feat(docs): Explain supported feature combinations, add test script

This commit is contained in:
Jannik Beyerstedt 2026-07-24 11:39:35 +02:00
commit 1d4e82335d
3 changed files with 82 additions and 8 deletions

View file

@ -52,14 +52,19 @@ rustup component add --toolchain nightly rustfmt
### Build and Flash
In default configuration only signal phases (SPAT) data is displayed for the upcoming intersection.
Additional features are available though feature flags:
Additional features are available through feature flags:
- `esp`: Run on ESP (required as feature flag to enable unit tests on host)
- `std`: Run on system with `std` library
- `spat`: Enable signal phase (and intersection map) data
- `spat`: Enable signal phase (and intersection map) data
- `spat_debug`: Enable additional debug information for the SPAT/ GLOSA use case
- `denm`: Enable DENMs
- `cam`: Enable CAMs
Officially supported feature combinations are:
- `esp,spat,gnss,screen` (default features)
- To be implemented: No GNSS and screen when BLE/ UART interface is implemented
Connect your ESP32-C5 and run:
```