Update main.c add str2 but not used yet

beta-v1.3.2-battery-saver-4
Alan Johnston 2 years ago committed by GitHub
parent 959e3a46b4
commit 87fbd64ef1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1012,9 +1012,9 @@ void get_tlm(void) {
// char footer_str1[] = "\' > t.txt && echo \'";
char footer_str1[] = "\' > t.txt";
// char footer_str[] = "-11>APCSS:010101/hi hi ' >> t.txt && touch /home/pi/CubeSatSim/ready"; // transmit is done by rpitx.py
// char footer_str[] = " && echo 'AMSAT-11>APCSS:010101/hi hi ' >> t.txt && touch /home/pi/CubeSatSim/ready"; // transmit is done by rpitx.py
char footer_str[] = " && echo '010101/hi hi ' >> t.txt && touch /home/pi/CubeSatSim/ready"; // transmit is done by rpitx.py
char footer_str[] = " && echo 'AMSAT-11>APCSS:010101/hi hi ' >> t.txt && touch /home/pi/CubeSatSim/ready"; // transmit is done by rpitx.py
char footer_str2[] = " && touch /home/pi/CubeSatSim/ready";
if (ax5043) {
strcpy(str, header_str);
} else {

Loading…
Cancel
Save

Powered by TurnKey Linux.