Update transmit.py added stop/start also in repeater mode

818
Alan Johnston 12 months ago committed by GitHub
parent 0d28dad2d2
commit cdc04c8a45
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -803,7 +803,8 @@ if __name__ == "__main__":
system("sudo killall -9 arecord")
system("sudo killall -9 nc")
system("sudo killall -9 rpitx")
system("sudo /etc/init.d/alsa-utils stop")
system("sudo /etc/init.d/alsa-utils start")
else:
print("FSK")
print("turn on FM rx")

Loading…
Cancel
Save

Powered by TurnKey Linux.