From 7754abfbd805739d6158828c3616c376a361522b Mon Sep 17 00:00:00 2001 From: Michael Ammann Date: Mon, 31 Jan 2022 10:00:19 +0100 Subject: [PATCH] Update Example18_PointPerfectClient.ino --- .../Example18_PointPerfectClient.ino | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/ZED-F9P/Example18_PointPerfectClient/Example18_PointPerfectClient.ino b/examples/ZED-F9P/Example18_PointPerfectClient/Example18_PointPerfectClient.ino index 8401bd4..6635f26 100644 --- a/examples/ZED-F9P/Example18_PointPerfectClient/Example18_PointPerfectClient.ino +++ b/examples/ZED-F9P/Example18_PointPerfectClient/Example18_PointPerfectClient.ino @@ -52,7 +52,6 @@ void setup() Serial.println(F("PointPerfect testing")); Wire.begin(); //Start I2C - Wire.setClock(100000); if (myGNSS.begin() == false) //Connect to the Ublox module using Wire port {