Update examples 20 and 21 to show how to use setPacketCfgPayloadSize with custom packets

This commit is contained in:
PaulZC
2021-08-07 10:02:59 +01:00
parent ec673d4a03
commit 4f1216ebf2
3 changed files with 23 additions and 1 deletions
@@ -43,6 +43,8 @@ void setup()
Wire.begin();
//myGNSS.enableDebugging(); // Uncomment this line to enable helpful debug messages on Serial
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."));