print string received by Pico

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

@ -153,7 +153,7 @@ void loop() {
if (Serial1.available() > 0) { if (Serial1.available() > 0) {
char result = Serial1.read(); char result = Serial1.read();
// Serial1.println(result); Serial.println(result);
// Serial1.println("OK"); // Serial1.println("OK");
} }
{ {

Loading…
Cancel
Save

Powered by TurnKey Linux.