Serial1 typo

pico-payload-gps
alanbjohnston 3 years ago committed by GitHub
parent b43b3de22f
commit 9b83f37f67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -3197,7 +3197,7 @@ void payload_OK_only()
} else
{
Serial.print(" MPU6050 0.0 0.0 0.0 0.0 0.0 0.0");
Serial1.print(" MPU6050 0.0 0.0 0.0 0.0 0.0 0.0");
}
sensorValue = analogRead(TEMPERATURE_PIN);

Loading…
Cancel
Save

Powered by TurnKey Linux.