mirror of https://github.com/ArduPilot/ardupilot
AP_Logger: use @ROMFS/defaults.parm rather than apj_tool for defaul parms
This commit is contained in:
parent
c4a342f0af
commit
58408cd0b5
|
@ -1573,6 +1573,7 @@ void AP_Logger::prepare_at_arming_sys_file_logging()
|
|||
"@ROMFS/hwdef.dat",
|
||||
"@SYS/storage.bin",
|
||||
"@SYS/crash_dump.bin",
|
||||
"@ROMFS/defaults.parm",
|
||||
};
|
||||
for (const auto *name : log_content_filenames) {
|
||||
log_file_content(at_arm_file_content, name);
|
||||
|
|
Loading…
Reference in New Issue