pull/322/head
KM4ACK 2021-10-11 08:40:40 -05:00
rodzic a8a0880ec2
commit b51e07974e
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -275,6 +275,7 @@ if [ -n "${GPSINSTALL}" ]; then
exit
fi
USB=$(ls /dev/serial/by-id)
USB=$(echo "NONE $GPS") #see https://github.com/km4ack/pi-build/issues/293
USB=$(echo $USB | sed "s/\s/|/g")
GPS=$(yad --center --height="600" --width="300" --form --separator="|" --item-separator="|" --title="GPS" \