fixed prints

sr-frs-aprs-payload-minute-flag
alanbjohnston 3 years ago committed by GitHub
parent a791f1fe7f
commit 2526cc77b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2056,7 +2056,7 @@ int get_payload_serial(int debug_camera) {
*/
// index1 -= 40;
index1 -= strlen(end_flag);
// index1 -= strlen(end_flag);
buffer2[index1++] = 0;
printf("Payload length: %d \n",index1);
@ -2070,8 +2070,10 @@ int get_payload_serial(int debug_camera) {
// delay(6000);
}
} else {
flag_count = 0;
if (flag_count > 1)
printf("Resetting. Not end flag.\n");
flag_count = 0;
}
/// buffer2[index1++] = octet;

Loading…
Cancel
Save

Powered by TurnKey Linux.