This commit is contained in:
Michael Clemens 2022-06-01 16:23:13 +02:00
parent 28429a1192
commit 6aa52fde2c
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ def send_aprs(weather_data, energy_data):
energy_data["Total"], weather_data)
print(msg)
ais.sendall("{}>APRS,TCPIP*:={}{} {}".format(CALL, GPS_COORDINATES, APRS_SYMBOL, msg))
ais.sendall("{}>APRS,TCPIP*:>")
ais.sendall("{}>APRS,TCPIP*:>".format(CALL))
def get_weather_data():