AP_Generator: IE 650/800: does have fuel remaining

This commit is contained in:
Iampete1 2023-09-15 23:05:28 +01:00 committed by Andrew Tridgell
parent 550a86081d
commit f9c8ad8de8
1 changed files with 1 additions and 1 deletions

View File

@ -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
_frontend._has_current = 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