mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-09 13:24:25 +08:00
Mantis: save mission in RAM
This is using a reduced number of mission items of 1000 instead of 2000 in order to fit in RAM.
This commit is contained in:
@@ -20,7 +20,10 @@ param set-default EV_TSK_STAT_DIS 1
|
||||
|
||||
set LOGGER_ARGS "-m mavlink"
|
||||
|
||||
# Start esc
|
||||
# Save missions RAM
|
||||
set DATAMAN_ARGS "-r"
|
||||
|
||||
# Start ESC already here, so that we have beeps.
|
||||
tap_esc start -d /dev/ttyS4 -n 4
|
||||
|
||||
# Transition from previous non open-source flight stack
|
||||
|
||||
Reference in New Issue
Block a user