From 1ae761d989bad2c2f0aba6b1ee625ba54e7c6610 Mon Sep 17 00:00:00 2001 From: marcel Date: Sat, 14 Jan 2023 15:12:29 +0100 Subject: [PATCH] aprs_status text had a typo, fixed. --- aprs-mqtt-bridge.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aprs-mqtt-bridge.py b/aprs-mqtt-bridge.py index 7f05c39..7ea02f2 100755 --- a/aprs-mqtt-bridge.py +++ b/aprs-mqtt-bridge.py @@ -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'