More u-blox corrections

This commit is contained in:
PaulZC
2021-01-09 08:49:05 +00:00
parent 302ea3ea61
commit 129f275f38
11 changed files with 16 additions and 16 deletions
@@ -40,7 +40,7 @@ void setup()
Wire.begin();
if (myGNSS.begin() == false) //Connect to the Ublox module using Wire port
if (myGNSS.begin() == false) //Connect to the u-blox module using Wire port
{
Serial.println(F("u-blox GNSS not detected at default I2C address. Please check wiring. Freezing."));
while (1);