test prints

pull/294/head
Alan Johnston 2 years ago committed by GitHub
parent 1e55f436c8
commit aa33877a61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -152,11 +152,12 @@ void loop() {
blink(50); blink(50);
if (Serial1.available() > 0) { if (Serial1.available() > 0) {
Serial.print("Received serial data!!!\n");
while (Serial1.available() > 0) { while (Serial1.available() > 0) {
char result = Serial1.read(); char result = Serial1.read();
Serial.print(result); Serial.print(result);
} }
// Serial1.println("OK"); Serial.println(" ");
} }
{ {
// if (result == '?') // if (result == '?')

Loading…
Cancel
Save

Powered by TurnKey Linux.