Skip to content

Commit

Permalink
DEBUG - force use of telem2 port for second GPS
Browse files Browse the repository at this point in the history
  • Loading branch information
priseborough committed Feb 22, 2018
1 parent c5907f7 commit f273157
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions ROMFS/px4fmu_common/init.d/rcS
Original file line number Diff line number Diff line change
Expand Up @@ -403,12 +403,7 @@ then
sensors start -h
commander start --hil
else
if ver hwcmp PX4_SAME70XPLAINED_V1
then
gps start -d /dev/ttyS2
else
gps start
fi
gps start -d /dev/ttyS3 -e /dev/ttyS2
sh /etc/init.d/rc.sensors
commander start
fi
Expand Down

0 comments on commit f273157

Please sign in to comment.