Update main.c

pull/26/head
alanbjohnston 7 years ago committed by GitHub
parent 1d8b5fb15a
commit b1ab3c1df5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -283,7 +283,7 @@ int main(int argc, char *argv[]) {
#endif
char cmdbuffer[1000];
FILE* transmit
FILE* transmit;
if (DUV == 1) {
transmit = popen("sudo cat /home/pi/CubeSatSim/transmit.wav | csdr convert_i16_f | csdr gain_ff 7000 | csdr convert_f_samplerf 20833 | sudo /home/pi/CubeSatSim/rpitx/rpitx -i- -m RF -f 434.9e3 2>&1", "r");
} else {

Loading…
Cancel
Save

Powered by TurnKey Linux.