Open GoogleCodeExporter opened 8 years ago
FR_VOLTS not ok:
0x3A Voltage
(Ampere Sensor)
v U 0.5v / 0~48.0v Before “.”
0x3B After “.”
frsky.cpp line 173 : replaced by to have have 1 dec place truncated :
//FrskyHubData[FR_VOLTS] = (FrskyHubData[FR_V_AMP] * 10 + value) * 21 / 11 ;
while( value / 10 >0){
value=value / 10;
}
FrskyHubData[FR_VOLTS] = FrskyHubData[FR_V_AMP]*10 + value;
Original comment by pedro.j....@gmail.com
on 2 Oct 2012 at 10:48
Original issue reported on code.google.com by
pedro.j....@gmail.com
on 30 Sep 2012 at 12:01