Browse Source

Fixes to startup scripts, back to nominal defaults

sbg
Lorenz Meier 11 years ago
parent
commit
b809fad3b6
  1. 2
      ROMFS/px4fmu_common/init.d/1000_rc_fw_easystar.hil
  2. 2
      ROMFS/px4fmu_common/init.d/rcS

2
ROMFS/px4fmu_common/init.d/1000_rc_fw_easystar.hil

@ -7,7 +7,7 @@ @@ -7,7 +7,7 @@
sh /etc/init.d/rc.fw_defaults
echo "HIL Rascal 110 starting.."
echo "X Plane HIL starting.."
set HIL yes

2
ROMFS/px4fmu_common/init.d/rcS

@ -385,7 +385,7 @@ then @@ -385,7 +385,7 @@ then
then
sleep 1
mavlink start -b 230400 -d /dev/ttyACM0
gps start -f
gps start
usleep 5000
else
if [ $TTYS1_BUSY == yes ]

Loading…
Cancel
Save