fix(voxl2): Added explicit port identifier on gps start command

This commit is contained in:
Eric Katzfey 2026-03-12 10:20:02 -07:00 committed by Ramon Roche
parent 2ca42e5252
commit 9136c66b7e

View File

@ -143,7 +143,7 @@ if [ "$GPS" != "NONE" ]; then
if [ "$PLATFORM" == "M0197" ]; then
gps start -d /dev/ttyHS7
else
qshell gps start
qshell gps start -d 6
fi
fi