FreeTRX/MDUV380_firmware/application/source/functions
Marcus Kida e145a1188d Channels: on-radio add/delete from the Channel quick menu
Add two codeplug primitives - codeplugAllChannelsIndexSetUnused() (frees a
channel slot: clears the in-use bitmap bit, persists the header, fixes counts)
and codeplugZoneRemoveChannelFromZoneAndSave() (removes a channel from a zone's
list) - and wire two new Channel quick-menu items:

- 'new channel': allocates the first free slot, writes a blank 145.500 FM
  channel, adds it to the current zone, reloads the zone and opens Channel
  Details to edit it.
- 'Delete Channel': confirmation, then scrubs the channel from every real zone
  before freeing the slot. Guards against deleting the last channel and honours
  the read-only/APRS lock.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-10 11:11:48 +02:00
..
aprs.c Initial Commit 2026-07-06 08:45:33 +02:00
calibration.c Initial Commit 2026-07-06 08:45:33 +02:00
codeplug.c Channels: on-radio add/delete from the Channel quick menu 2026-07-10 11:11:48 +02:00
hotspot.c Initial Commit 2026-07-06 08:45:33 +02:00
rxPowerSaving.c Initial Commit 2026-07-06 08:45:33 +02:00
satellite.c Initial Commit 2026-07-06 08:45:33 +02:00
settings.c Release 0.2.0: fix Display Options crash with voice prompts on 2026-07-07 15:41:59 +02:00
sound.c Initial Commit 2026-07-06 08:45:33 +02:00
ticks.c Initial Commit 2026-07-06 08:45:33 +02:00
trx.c Initial Commit 2026-07-06 08:45:33 +02:00
voicePrompts.c Release 0.3.0: fix Screen Dim label voice-prompt crash 2026-07-07 16:29:21 +02:00
vox.c Initial Commit 2026-07-06 08:45:33 +02:00