Update rpitx.py

pull/120/head
alanbjohnston 5 years ago committed by GitHub
parent 8b6bd7bbc5
commit 6b37a1bdc3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -99,9 +99,9 @@ if __name__ == "__main__":
print("FSK")
system("sudo nc -l 8080 | csdr convert_i16_f | csdr gain_ff 7000 | csdr convert_f_samplerf 20833 | sudo /home/pi/rpitx/rpitx -i- -m RF -f 434.9e3")
else:
print("FSK")
print("FSK")
system("sudo nc -l 8080 | csdr convert_i16_f | csdr gain_ff 7000 | csdr convert_f_samplerf 20833 | sudo /home/pi/rpitx/rpitx -i- -m RF -f 434.9e3")
else:
print("No Band Pass Filter so no telemetry transmit. See http://cubesatsim.org/wiki for instructions on how to build the BPF.")
print("No Band Pass Filter so no telemetry transmit. See http://cubesatsim.org/wiki for instructions on how to build the BPF.")
while True:
time.sleep(5)

Loading…
Cancel
Save

Powered by TurnKey Linux.