Changed the range test path so it doesnt get lost in reboots

This commit is contained in:
Jeremy McGee 2025-08-31 08:10:42 -06:00
parent 84e454ef77
commit ebe23ea16f

View File

@ -4,12 +4,12 @@
# killall gpsd 2>/dev/null
# dmesg | grep tty
# this should should a device name like below.
# gpsd /dev/ttyACM0 -F /var/run/gpsd.sock
gpsd /dev/ttyACM0 -F /var/run/gpsd.sock
# === Config ===
IFNAME="mesh0"
PING_IP="192.168.1.1"
OUTDIR="/tmp/distance"
OUTDIR="/root/distance"
TS_FILE=$(date +%Y%m%d-%H%M%S)
CSV="$OUTDIR/$TS_FILE.csv"