From 3c4388a5fe42f2ed270e09ca2a6247fe0148a748 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Wed, 17 Aug 2022 02:55:01 -0400 Subject: [PATCH] serial1 typo --- cubesatsim/cubesatsim.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cubesatsim/cubesatsim.ino b/cubesatsim/cubesatsim.ino index 5019e9e5..4f4d85d6 100644 --- a/cubesatsim/cubesatsim.ino +++ b/cubesatsim/cubesatsim.ino @@ -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') {