AP_Logger: use @ROMFS/defaults.parm rather than apj_tool for defaul parms

This commit is contained in:
Peter Barker 2024-01-15 11:34:05 +11:00 committed by Andrew Tridgell
parent c4a342f0af
commit 58408cd0b5
1 changed files with 1 additions and 0 deletions

View File

@ -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);