diff --git a/cubesatsim/cubesatsim.ino b/cubesatsim/cubesatsim.ino index 04f83cd1..2213d925 100644 --- a/cubesatsim/cubesatsim.ino +++ b/cubesatsim/cubesatsim.ino @@ -3102,7 +3102,7 @@ void payload_OK_only() while (Serial2.available()) { char c = Serial2.read(); -// Serial.write(c); // uncomment this line if you want to see the GPS data flowing + Serial.write(c); // uncomment this line if you want to see the GPS data flowing if (gps.encode(c)) // Did a new valid sentence come in? newData = true; } @@ -3122,7 +3122,7 @@ void payload_OK_only() blink(50); char result = Serial1.read(); // Serial1.println(result); - Serial.println(result); + // Serial.println(result); if (result == 'R') { Serial1.println("OK"); delay(100);