mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
AP_Scripting: added logging to EFI_Halo6000.lua driver
allows for log analysis of current/voltage
This commit is contained in:
parent
4cabe0f223
commit
4ca2277f1a
@ -201,6 +201,9 @@ local function engine_control()
|
||||
|
||||
-- Set the EFI_State into the EFI scripting driver
|
||||
efi_backend:handle_scripting(efi_state)
|
||||
|
||||
logger.write('H6K','Curr,Volt,CoolT,CylT,FuelPct', 'fffff',
|
||||
out_current, out_volt, cool_temp, cyl_temp, fuel_pct)
|
||||
end
|
||||
|
||||
-- update telemetry output for extra telemetry values
|
||||
|
Loading…
Reference in New Issue
Block a user