ESP_NOW_V1.0_OLED
Initial OLED transmitter baseline used to establish packet shape and control-path wiring assumptions.
Baseline role
This version is useful for tracing the earliest implementation decisions with minimal abstraction layers.
Packet model origin
The primary struct_message layout originates here and is reused across receiver generations.
Known limitations
No EMA filtering, no hysteresis strategy, and no optimized redraw path. Keep for comparison and regression checks.
Build / Flash
cd firmware/transmitter/esp-now-oled/v1.0
pio run
pio run --target upload