Update main.c

pull/27/head
alanbjohnston 7 years ago committed by GitHub
parent 9b31ba1370
commit ea059afeb6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -298,7 +298,7 @@ int main(int argc, char *argv[]) {
#ifdef DEBUG_LOGGING
printf("%s \n",tlm_str);
#endif
strcat(str,tlm_str); /* Append payload telemetry */
strcat(str,tlm_str); // Append payload telemetry
printf("%s",tlm_str);
usleep(100000);
}

Loading…
Cancel
Save

Powered by TurnKey Linux.