removed Serial1.read

pico-payload-gps-mq-flag
alanbjohnston 3 years ago committed by GitHub
parent c3672459cf
commit f84ebe389c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -3155,6 +3155,7 @@ void payload_OK_only()
blink(50); blink(50);
/*
if (Serial1.available()) { if (Serial1.available()) {
char result = Serial1.read(); char result = Serial1.read();
// Serial1.println(result); // Serial1.println(result);
@ -3167,7 +3168,8 @@ void payload_OK_only()
start_payload(); start_payload();
// setup(); // setup();
} }
} }
*/
// if (result == '?') // if (result == '?')
if (true) // always send payload data over serial if (true) // always send payload data over serial
{ {

Loading…
Cancel
Save

Powered by TurnKey Linux.