HAL_SITL: update EFI simulation

This commit is contained in:
Andrew Tridgell 2019-11-10 22:18:32 +11:00
parent 7e7bae9d55
commit b6d1170c2e
1 changed files with 4 additions and 0 deletions

View File

@ -540,6 +540,10 @@ void SITL_State::_fdm_input_local(void)
nmea->update(sitl_model->get_range());
}
if (_sitl) {
_sitl->efi_ms.update();
}
if (_sitl && _use_fg_view) {
_output_to_flightgear();
}