1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-17 13:25:20 +03:00

RxBatt ok in Companion

This commit is contained in:
bsongis 2014-05-26 22:00:26 +02:00
parent 170cbddb13
commit db311eb78c
3 changed files with 6 additions and 6 deletions

View file

@ -991,7 +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);
rxBattAlarms[1] = round(43.0*255/132);
varioSource = 2/*VARIO*/;
blades = 2;
}