In MAVLink.pde (line 62) change:
osd_vbat = (mavlink_msg_sys_status_get_vbat(&msg) / 1000); // It's loosing the
decivolts (tenths of a volt)
to:
osd_vbat = mavlink_msg_sys_status_get_vbat(&msg) / 1000.;
Original issue reported on code.google.com by modc...@gmail.com on 16 Jan 2012 at 10:54
Original issue reported on code.google.com by
modc...@gmail.com
on 16 Jan 2012 at 10:54