aprs_status text had a typo, fixed.

This commit is contained in:
2023-01-14 15:12:29 +01:00
parent f4eb9f81f7
commit 1ae761d989

View File

@@ -350,7 +350,7 @@ def run():
aprs.wait_for_ack = 0
aprs.busy = 0
aprs.retry_counter = 0
mqtt.aprs_state = 'message send'
mqtt.aprs_state = 'message sent'
#topic = mqtt.topic_root + '/aprs_status'
#publish(client,topic,mqtt.aprs_state)
mqtt.state = 'busy'