mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-20 03:13:44 +08:00
Merge branch 'master' of https://github.com/PX4/Firmware
Conflicts: apps/commander/state_machine_helper.c apps/multirotor_att_control/multirotor_att_control_main.c apps/multirotor_att_control/multirotor_rate_control.c solved
This commit is contained in:
@@ -9,7 +9,7 @@ echo "[init] eeprom"
|
||||
eeprom start
|
||||
if [ -f /eeprom/parameters ]
|
||||
then
|
||||
eeprom load_param /eeprom/parameters
|
||||
param load
|
||||
fi
|
||||
|
||||
echo "[init] sensors"
|
||||
|
||||
@@ -19,7 +19,7 @@ echo "[init] eeprom"
|
||||
eeprom start
|
||||
if [ -f /eeprom/parameters ]
|
||||
then
|
||||
eeprom load_param /eeprom/parameters
|
||||
param load
|
||||
fi
|
||||
|
||||
#
|
||||
|
||||
@@ -10,6 +10,16 @@ echo "[init] doing standalone PX4FMU startup..."
|
||||
#
|
||||
uorb start
|
||||
|
||||
#
|
||||
# Init the EEPROM
|
||||
#
|
||||
echo "[init] eeprom"
|
||||
eeprom start
|
||||
if [ -f /eeprom/parameters ]
|
||||
then
|
||||
param load
|
||||
fi
|
||||
|
||||
#
|
||||
# Start the sensors.
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user