Add sleep delay for FSK no CW ID fix

Added a sleep delay to address FSK no CW ID issue.
master-fsk-cw
Alan Johnston 2 months ago committed by GitHub
parent b0704f5179
commit c6bc2c9647
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -228,6 +228,8 @@ output(txLed, txLedOn)
sleep(1) sleep(1)
output(txLed, txLedOff) output(txLed, txLedOff)
sleep(10) # to fix FSK no CW ID
battery_saver_check() battery_saver_check()
# print(txLedOn) # print(txLedOn)

Loading…
Cancel
Save

Powered by TurnKey Linux.