try 0.03 for no tx flash

fm-rx
Alan Johnston 3 years ago committed by GitHub
parent 235890903c
commit b1a54e4229
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -396,7 +396,7 @@ if __name__ == "__main__":
sleep(0.5)
if (command_tx == False):
output(txLed, txLedOn)
sleep(0.1)
sleep(0.03)
output(txLed, txLedOff)
if GPIO.input(squelch) == False:
print("carrier received!")
@ -427,7 +427,7 @@ if __name__ == "__main__":
sleep(0.5)
if (command_tx == False):
output(txLed, txLedOn)
sleep(0.1)
sleep(0.03)
output(txLed, txLedOff)
if GPIO.input(squelch) == False:
print("carrier received!")

Loading…
Cancel
Save

Powered by TurnKey Linux.