mirror of
https://github.com/opentx/opentx.git
synced 2025-07-26 17:55:19 +03:00
Missing translation
This commit is contained in:
parent
4cdd17f0d7
commit
3d8070400a
1 changed files with 1 additions and 1 deletions
|
@ -858,7 +858,7 @@ static void checkRTCBattery()
|
||||||
{
|
{
|
||||||
if (isVBatBridgeEnabled()) {
|
if (isVBatBridgeEnabled()) {
|
||||||
if (getRTCBatteryVoltage() < 200) {
|
if (getRTCBatteryVoltage() < 200) {
|
||||||
ALERT("BATTERY", STR_WARN_RTC_BATTERY_LOW, AU_ERROR);
|
ALERT(STR_BATTERY, STR_WARN_RTC_BATTERY_LOW, AU_ERROR);
|
||||||
}
|
}
|
||||||
disableVBatBridge();
|
disableVBatBridge();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue