From e3c05f779d0d07285e156edc497f6e9d10b39e4d Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Sun, 19 Sep 2021 19:34:29 -0400 Subject: [PATCH] changed to actual openwebrx config file --- groundstation/loc-add-foxtelem.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/groundstation/loc-add-foxtelem.py b/groundstation/loc-add-foxtelem.py index cdd13cc8..3b030a45 100644 --- a/groundstation/loc-add-foxtelem.py +++ b/groundstation/loc-add-foxtelem.py @@ -119,7 +119,7 @@ if ((latitude != 0) and (longitude != 0) or grid): print("\nKLAtracker configuration updated with your latitude and longitude") - receiver_gpsSedStr = 'sed -i "s/receiver_gps =.*/receiver_gps = {\"lat\": ' + str(longitude) + ', \"lon\": ' + str(longitude) + '}/g" /home/pi/config_webrx.py' + receiver_gpsSedStr = 'sudo sed -i "s/receiver_gps =.*/receiver_gps = {\"lat\": ' + str(longitude) + ', \"lon\": ' + str(longitude) + '}/g" /etc/openwebrx/config_webrx.py' #print (longSedStr) system(receiver_gpsSedStr)