FreeTRX/MDUV380_firmware/application/source
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
..
dmr_codec Fix DMR hang: call AMBE codec via C function pointers, not inline asm 2026-07-06 11:14:06 +02:00
functions Channels: on-radio add/delete from the Channel quick menu 2026-07-10 11:11:48 +02:00
hardware 7-segment frequency: inactive segments off, fix MHz colour, +1px RX/TX gap 2026-07-07 15:30:23 +02:00
interfaces Initial Commit 2026-07-06 08:45:33 +02:00
io Fix: green LED flicker between red mute flashes during a DMR QSO 2026-07-12 13:15:23 +02:00
linkerdata Initial Commit 2026-07-06 08:45:33 +02:00
usb Initial Commit 2026-07-06 08:45:33 +02:00
user_interface Channels: translate the add/delete menu strings; flash.sh rebuilds packs 2026-07-10 12:47:27 +02:00
applicationMain.c Fix: green LED flicker between red mute flashes during a DMR QSO 2026-07-12 13:15:23 +02:00