updated example config and typo

This commit is contained in:
DJ2LS 2024-02-18 21:31:08 +01:00
parent 2bfc8c345a
commit f8bff53eae
2 changed files with 4 additions and 1 deletions

View File

@ -55,3 +55,6 @@ rx_buffer_size = 64
tx_delay = 200
beacon_interval = 300
[MESSAGES]
enable_auto_repeat = False

View File

@ -19,5 +19,5 @@ class CQFrameHandler(frame_handler_ping.PingFrameHandler):
self.transmit(qrv_frame)
if self.config["MESSAGES"]["enable_auto_repeat"]:
# set message to queued if beacon received
# set message to queued if CQ received
DatabaseManagerMessages(self.event_manager).set_message_to_queued_for_callsign(self.details['frame']["origin"])