removed Str:

pull/101/head
alanbjohnston 5 years ago committed by GitHub
parent 14ecce4312
commit ad5c87fc80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -957,7 +957,7 @@ void get_tlm(void) {
strcpy(str, header_str);
} else {
strcpy(str, header_str3);
printf("Str: %s \n", str);
// printf("Str: %s \n", str);
if (mode != CW) {
strcat(str, call);
strcat(str, header_str2);
@ -976,7 +976,7 @@ void get_tlm(void) {
strcat(str, header_str2b);
} else {
strcat(str, header_str4);
printf("Str: %s \n", str);
// printf("Str: %s \n", str);
}
}
@ -1113,9 +1113,9 @@ void get_tlm(void) {
*/
sleep(2);
digitalWrite(txLed, txLedOff);
#ifdef DEBUG_LOGGING
printf("Tx LED Off 6\n");
#endif
// #ifdef DEBUG_LOGGING
// printf("Tx LED Off 6\n");
// #endif
} else {
fprintf(stderr, "\nNo CubeSatSim Band Pass Filter detected. No transmissions after the CW ID.\n");
fprintf(stderr, " See http://cubesatsim.org/wiki for info about building a CubeSatSim\n\n");

Loading…
Cancel
Save

Powered by TurnKey Linux.