aprs_status text had a typo, fixed.

master
marcel 1 year ago
parent f4eb9f81f7
commit 1ae761d989
  1. 2
      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'

Loading…
Cancel
Save