Update play_pwm.cpp

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

@ -387,7 +387,8 @@ int led_pin = LED_BUILTIN;
// buffer2[index1++] = octet;
i.write(&octet, 1);
index1++;
Serial.write(octet); // print octet from Serial2
if (octet == end_flag[flag_count]) { // looking for end flag
// if (end_flag_detected) {
flag_count++;

Loading…
Cancel
Save

Powered by TurnKey Linux.