From c6bc2c9647c92172a121b706c511f4a2896a2aa1 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Thu, 22 Jan 2026 15:37:12 -0500 Subject: [PATCH] Add sleep delay for FSK no CW ID fix Added a sleep delay to address FSK no CW ID issue. --- transmit.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/transmit.py b/transmit.py index f4129b83..2ac9e3a2 100644 --- a/transmit.py +++ b/transmit.py @@ -228,6 +228,8 @@ output(txLed, txLedOn) sleep(1) output(txLed, txLedOff) +sleep(10) # to fix FSK no CW ID + battery_saver_check() # print(txLedOn)