mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-01 19:07:45 +08:00
omnibus rc.board_defaults: remove flash-based params transition logic
This commit is contained in:
@@ -4,15 +4,6 @@
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
|
||||
# transition from params file to flash-based params (2018-12-20)
|
||||
if [ -f $PARAM_FILE ]
|
||||
then
|
||||
param load $PARAM_FILE
|
||||
param save
|
||||
# create a backup
|
||||
mv $PARAM_FILE ${PARAM_FILE}.bak
|
||||
reboot
|
||||
fi
|
||||
|
||||
if [ $AUTOCNF = yes ]
|
||||
then
|
||||
|
||||
Reference in New Issue
Block a user