mirror of
https://github.com/OneOfEleven/uv-k5-firmware-custom.git
synced 2025-06-19 22:58:04 +03:00
I broke power/battery save .. now fixed
This commit is contained in:
3
misc.c
3
misc.c
@ -83,6 +83,9 @@ uint8_t gMR_ChannelAttributes[207];
|
||||
|
||||
volatile uint16_t gBatterySaveCountdown_10ms = battery_save_count_10ms;
|
||||
volatile bool gBatterySaveCountdownExpired;
|
||||
volatile bool gSchedulePowerSave;
|
||||
|
||||
volatile bool gScheduleDualWatch = true;
|
||||
|
||||
volatile uint16_t gDualWatchCountdown_10ms;
|
||||
volatile bool gDualWatchCountdownExpired = true;
|
||||
|
Reference in New Issue
Block a user