1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-16 12:55:12 +03:00

RxBatt now configurable in Companion

This commit is contained in:
bsongis 2014-05-25 21:20:14 +02:00
parent a6c01f990b
commit db75471f21
6 changed files with 192 additions and 20 deletions

View file

@ -991,6 +991,7 @@ void FrSkyData::clear()
memset(this, 0, sizeof(FrSkyData));
rssiAlarms[0].clear(2, 45);
rssiAlarms[1].clear(3, 42);
rxBattAlarms[1] = round(4.3/0.05);
varioSource = 2/*VARIO*/;
blades = 2;
}