forked from Archive/PX4-Autopilot
Merge branch 'master' into airspeed_test_fix
This commit is contained in:
commit
8e2346dd5a
|
@ -1383,7 +1383,7 @@ void
|
|||
PX4IO::io_handle_battery(uint16_t vbatt, uint16_t ibatt)
|
||||
{
|
||||
/* only publish if battery has a valid minimum voltage */
|
||||
if (vbatt <= 3300) {
|
||||
if (vbatt <= 4900) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue