mirror of
https://github.com/opentx/opentx.git
synced 2025-07-25 09:15:38 +03:00
Telemetry RxBatt now tested and ok
This commit is contained in:
parent
74e6ee6d1f
commit
98bb7acdc8
1 changed files with 1 additions and 1 deletions
|
@ -321,7 +321,7 @@ void frskySportProcessPacket(uint8_t *packet)
|
|||
#endif
|
||||
}
|
||||
else if (appId == BATT_ID) {
|
||||
frskyData.analog[TELEM_ANA_RxBatt].set(SPORT_DATA_U32(packet)/5, UNIT_VOLTS);
|
||||
frskyData.analog[TELEM_ANA_RxBatt].set((SPORT_DATA_U32(packet)*132/255)/5, UNIT_VOLTS);
|
||||
}
|
||||
else if ((appId >> 8) == 0) {
|
||||
// The old FrSky IDs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue