mirror of
https://github.com/OneOfEleven/uv-k5-firmware-custom.git
synced 2025-06-19 22:58:04 +03:00
Fix big freq digits moving 1 pixel to the right + added chan name edit menu
This commit is contained in:
2
misc.c
2
misc.c
@ -83,7 +83,7 @@ uint16_t gEEPROM_RSSI_CALIB[3][4];
|
||||
uint16_t gEEPROM_1F8A;
|
||||
uint16_t gEEPROM_1F8C;
|
||||
|
||||
uint8_t gMR_ChannelAttributes[207];
|
||||
uint8_t gMR_ChannelAttributes[FREQ_CHANNEL_LAST + 1];
|
||||
|
||||
volatile uint16_t gBatterySaveCountdown_10ms = battery_save_count_10ms;
|
||||
volatile bool gBatterySaveCountdownExpired;
|
||||
|
Reference in New Issue
Block a user