Update payload_pico.ino added if true

beta-v1.3.1-vhf-cleanup
Alan Johnston 2 years ago committed by GitHub
parent f87ce239b0
commit bd72dc6682
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -420,7 +420,8 @@ void payload_OK_only()
strcat(payload_str, str); strcat(payload_str, str);
// print_string(payload_str); // print_string(payload_str);
} }
if ((result == '?') || first_time == true) // commented back in // if ((result == '?') || first_time == true) // commented back in
if (true)
if (true) if (true)
{ {

Loading…
Cancel
Save

Powered by TurnKey Linux.