mirror of
https://github.com/MarekZegare4/MeshCore-Solo.git
synced 2026-07-26 14:58:12 +00:00
The status-bar G/A indicators both flip every 2 s (millis() % 4000 < 2000), but with only auto-advert forcing the 1 s refresh, a screen with G alone repainted every 5 s — the blink looked sparse vs A. Treat any blinking indicator (auto_adv OR trail active) as needing the 1 s cadence on OLED. E-ink builds keep the 30 s home refresh — blink is gated to "always on" there via Features::BLINK_INDICATORS = false. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>