mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
AP_Generator: IE 650/800: does have fuel remaining
This commit is contained in:
parent
550a86081d
commit
f9c8ad8de8
@ -28,7 +28,7 @@ void AP_Generator_IE_650_800::init()
|
|||||||
// This unit does not have current but this needs to be true to make use of consumed_mah in BattMonitor
|
// This unit does not have current but this needs to be true to make use of consumed_mah in BattMonitor
|
||||||
_frontend._has_current = true;
|
_frontend._has_current = true;
|
||||||
_frontend._has_consumed_energy = true;
|
_frontend._has_consumed_energy = true;
|
||||||
_frontend._has_fuel_remaining = false;
|
_frontend._has_fuel_remaining = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Update fuel cell, expected to be called at 20hz
|
// Update fuel cell, expected to be called at 20hz
|
||||||
|
Loading…
Reference in New Issue
Block a user