Randomize flipper color

This commit is contained in:
Just Call Me Koko
2024-11-13 20:38:06 -05:00
parent 9b59b7f8c0
commit f94ddf84cb
2 changed files with 2 additions and 2 deletions

View File

@@ -32,7 +32,7 @@ void GpsInterface::begin() {
MicroNMEA::sendSentence(Serial2, "$PSTMSRR");
delay(1900);
delay(1000);
if (Serial2.available()) {
Serial.println("GPS Attached Successfully");