Update rpitx.py sleep 0.5 in mode e

beta-extra
Alan Johnston 1 year ago committed by GitHub
parent e47d4f99b2
commit a3276fd667
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -784,7 +784,7 @@ if __name__ == "__main__":
sleep(1) sleep(1)
system("sudo arecord -D plughw:1 -r48000 -fS16_LE -c1 | nc localhost 8011 &") system("sudo arecord -D plughw:1 -r48000 -fS16_LE -c1 | nc localhost 8011 &")
GPIO.output(powerPin, 1) GPIO.output(powerPin, 1)
sleep(1) sleep(0.5)
GPIO.output(powerPin, 0) GPIO.output(powerPin, 0)
while (GPIO.input(squelch) == False): while (GPIO.input(squelch) == False):
sleep(1) sleep(1)

Loading…
Cancel
Save

Powered by TurnKey Linux.