Update main.c

pull/34/head
alanbjohnston 6 years ago committed by GitHub
parent 3254cc0751
commit c5ae382ea4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -204,7 +204,7 @@ int main(void) {
char header_str[] = "\x03\xf0hi hi ";
char header_str2[] = "echo -e \'KU2Y>CQ:hi hi ";
char footer_str[] = "\'" // | gen_packets -o telem.wav - && cat telem.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 &>/dev/null";
char footer_str[] = "\'"; // | gen_packets -o telem.wav - && cat telem.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 &>/dev/null";
if (RPITX)
strcpy(str, header_str2);

Loading…
Cancel
Save

Powered by TurnKey Linux.