mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-09-24 19:08:21 +08:00
fix(airbrainh743): use dataman in flash (#28505)
We don't need to keep missions in RAM, we can store them in flash. This allows missions to survive a reboot.
This commit is contained in:
@@ -16,6 +16,3 @@ param set-default IMU_GYRO_RATEMAX 2000
|
||||
# a few recent logs, and fill up to 95%.
|
||||
param set-default SDLOG_ROTATE 95
|
||||
param set-default SDLOG_MAX_SIZE 40
|
||||
|
||||
# Store missions in RAM
|
||||
param set-default SYS_DM_BACKEND 1
|
||||
|
||||
Reference in New Issue
Block a user