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

Loading…
Cancel
Save

Powered by TurnKey Linux.