Update transmit.py

pi-sensors-auto-gps
Alan Johnston 1 day ago committed by GitHub
parent 8134f7752b
commit 0db5b8793b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -409,10 +409,10 @@ if __name__ == "__main__":
print(f"Output of the command (stdout): {e.stdout}")
# print(f"Error output of the command (stderr): {e.stderr}")
if (gpsd_status == "active"):
print("gpsd status is active"
if (gpsd_status == "inactive"):
print("gpsd status is inactive"
# if (gpsd_status == "active"):
# print("gpsd status is active"
# if (gpsd_status == "inactive"):
# print("gpsd status is inactive"
if (mode != 'e') and (gpsd_status != "active"):
print("Programming FM module!\n");

Loading…
Cancel
Save

Powered by TurnKey Linux.