serial1 typo

pull/177/head
alanbjohnston 4 years ago committed by GitHub
parent 0f28427e49
commit 3c4388a5fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -264,7 +264,7 @@ bool TimerHandler1(struct repeating_timer *t) {
if (Serial.available() > 0) { // check for user input on serial port
blink(50);
char result = Serial1.read();
char result = Serial.read();
Serial.println(result);
if (result == 'R') {

Loading…
Cancel
Save

Powered by TurnKey Linux.