wip
This commit is contained in:
@@ -396,7 +396,7 @@ def main() -> NoReturn:
|
||||
last_reported_longitude = gps.longitude
|
||||
|
||||
# Call the script
|
||||
subprocess.run(["/data/brian/gps_tracking.sh", gps.latitude, gps.longitude, gps.speed], check=True)
|
||||
subprocess.run(["bash", "/data/brian/gps_tracking.sh", gps.latitude, gps.longitude, gps.speed], check=True)
|
||||
|
||||
|
||||
elif log_type == LOG_GNSS_OEMDRE_SVPOLY_REPORT:
|
||||
|
||||
Reference in New Issue
Block a user