FreeTRX/MDUV380_firmware/application/include
Marcus Kida 1c59622a77 Release 0.2.0: fix Display Options crash with voice prompts on
Screen Dim passed a plain literal ('100%'/'50%'/...) to
voicePromptsAppendLanguageString(), which derives the prompt index from the
string's offset within the language table; a foreign pointer produced a garbage
index and crashed (only with voice on). Route the value through
voicePromptsAppendString() instead. Also move the 3-bit dim level's high bit off
legacy option bit 2 to bit 29 and clamp the level against the option arrays.

Bump version to 0.2.0.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-07 15:41:59 +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 Release 0.2.0: fix Display Options crash with voice prompts on 2026-07-07 15:41:59 +02:00
hardware Frequency display: 7-segment "LED" font with dimmed inactive segments 2026-07-06 13:34:35 +02:00
interfaces Initial Commit 2026-07-06 08:45:33 +02:00
io Layout: add 4px padding below the S-meter before the top info strip 2026-07-06 12:56:33 +02:00
usb Initial Commit 2026-07-06 08:45:33 +02:00
user_interface 7-segment frequency: inactive segments off, fix MHz colour, +1px RX/TX gap 2026-07-07 15:30:23 +02:00
applicationMain.h Initial Commit 2026-07-06 08:45:33 +02:00
freetrxVersion.h Release 0.2.0: fix Display Options crash with voice prompts on 2026-07-07 15:41:59 +02:00
utils.h Initial Commit 2026-07-06 08:45:33 +02:00