don't print about end flag

pico-esp32-sstv
alanbjohnston 3 years ago committed by GitHub
parent f8febec9d1
commit bba9554982
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -392,7 +392,7 @@ int led_pin = LED_BUILTIN;
// if (end_flag_detected) {
flag_count++;
#ifdef GET_DEBUG
Serial.println("Found part of end flag!");
// Serial.println("Found part of end flag!");
#endif
if (flag_count >= strlen(end_flag)) { // complete image
/// buffer2[index1++] = octet;

Loading…
Cancel
Save

Powered by TurnKey Linux.