mirror of
https://github.com/OneOfEleven/uv-k5-firmware-custom.git
synced 2025-06-19 22:58:04 +03:00
More counter renames + dual watch active indicator
This commit is contained in:
@ -31,7 +31,9 @@ bool gChargingWithTypeC;
|
||||
bool gLowBattery;
|
||||
bool gLowBatteryBlink;
|
||||
uint16_t gBatteryCheckCounter;
|
||||
volatile uint16_t gBatterySave;
|
||||
|
||||
volatile uint16_t gBatterySave_10ms;
|
||||
volatile bool gBatterySaveExpired;
|
||||
|
||||
void BATTERY_GetReadings(bool bDisplayBatteryLevel)
|
||||
{
|
||||
|
Reference in New Issue
Block a user