diff --git a/rpitx.py b/rpitx.py index c202f458..4badc2a9 100644 --- a/rpitx.py +++ b/rpitx.py @@ -23,7 +23,9 @@ else: txLed = 27 txLedOn = 1 txLedOff = 0 - + +time.sleep(15) // delay to cover cubesatsim initialization time + GPIO.setup(txLed, GPIO.OUT) print(txLedOn) print(txLed)