FreeTRX/MDUV380_firmware/application/source/io
Marcus Kida 5ac77c5ae9 Fix: green LED flicker between red mute flashes during a DMR QSO
The DMR RX handler re-asserts the green LED whenever it reads it off, racing the
main-loop mute clear, so green flickered between the red flashes. Add a
LedGreenSuppress() hold in the LED driver: while muted the green LED is forced
off (the re-assert becomes a no-op); on un-mute the hold is released and green is
restored from the current RX state.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-12 13:15:23 +02:00
..
buttons.c Initial Commit 2026-07-06 08:45:33 +02:00
display.c Screen dimming: add a 15% idle-dim level 2026-07-07 08:16:04 +02:00
keyboard.c Initial Commit 2026-07-06 08:45:33 +02:00
Leds.c Fix: green LED flicker between red mute flashes during a DMR QSO 2026-07-12 13:15:23 +02:00