Skip to content

Customizations

Joel Calado edited this page Mar 23, 2024 · 20 revisions
Setting Name Description
UART_DEBUG UART debug output
MOTO_STARTUP_TONE Moto XPS startup beeps
ENABLE_AM_FIX Experimental port of the great UV-K5 AM fix from OneOfEleven
ENABLE_ALT_SQUELCH Port of optimized UV-K5 squelch system from various firmwares
ENABLE_STATUS_BAR_LINE Display status bar separator line
ENABLE_NOAA NOAA weather channels (always re-set the sidekeys actions from menu after modifying the available actions)
ENABLE_SPECTRUM Spectrum frequency view (assign to a shortcut key to access)
ENABLE_SPECTRUM_PRESETS Band presets for Spectrum mode (ENABLE_SPECTRUM required to be enabled)
ENABLE_FM_RADIO FM broadcast radio mode
ENABLE_LTO Link Time Optimization
ENABLE_OPTIMIZED Compiler options to reduce binary size
ENABLE_SLOWER_RSSI_TIMER Slower update rate of RSSI to reduce screen updates that cause reports of clicking around 444-446MHz
ENABLE_RX_BAR Display RSSI level bar when RX
ENABLE_TX_BAR Display vox level bar when TX
ENABLE_SCANLIST_DISPLAY Display scanlists membership instead of empty RSSI grid in channel mode when radio not RX/TX
ENABLE_KEEP_MONITOR_MODE_UP_DN Keep monitor mode when pressing up/down keys to change frequency

UART_DEBUG

Enables UART debug output. Useful if you pretend to develop the firmware.

MOTO_STARTUP_TONE

ENABLE_AM_FIX

ENABLE_ALT_SQUELCH

ENABLE_STATUS_BAR_LINE

Default: OFF
Display a yellow line dividing the status bar from the rest of the UI.

ENABLE_NOAA

ENABLE_SPECTRUM

ENABLE_SPECTRUM_PRESETS (ENABLE_SPECTRUM required)

ENABLE_FM_RADIO

ENABLE_LTO

Default: OFF
Link time optimization. Should yield smaller size binaries. Breaks RX meter and VOX.

ENABLE_OPTIMIZED

ENABLE_SLOWER_RSSI_TIMER

Default: ON Increases the interval between display updates. This helps with knocking-like interferences around PMR446 frequencies.

ENABLE_RX_BAR

Default: ON Change to 0 to disable displaying the RX RSSI indicator bar.

ENABLE_TX_BAR

Default: ON Change to 0 to disable displaying the TX audio level bar.

ENABLE_SCANLIST_DISPLAY

Default: OFF
Display scanlists membership instead of empty RSSI grid in channel mode while radio is not RX/TX

ENABLE_KEEP_MONITOR_MODE_UP_DN

Default: OFF
Keep monitor mode when pressing up/down keys to change frequency/memory

Clone this wiki locally