Skip to content

Commit 6b62177

Browse files
committed
Merge branch 'main' into release_candidate
2 parents d1c2b0f + c8fba93 commit 6b62177

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Diff for: examples/Example8_GetProtocolVersion_Serial/Example8_GetProtocolVersion_Serial.ino

+1-3
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,9 @@
3131

3232
#include <SoftwareSerial.h>
3333

34-
//#define mySerial Serial1 // Uncomment this line to connect via Serial1
34+
#define mySerial Serial1 // Uncomment this line to connect via Serial1
3535
// - or -
3636
//SoftwareSerial mySerial(10, 11); // Uncomment this line to connect via SoftwareSerial(RX, TX). Connect pin 10 to GNSS TX pin.
37-
// - or -
38-
#define mySerial Serial // Uncomment this line if you just want to keep using Serial
3937

4038
#include <SparkFun_u-blox_GNSS_Arduino_Library.h> //http://librarymanager/All#SparkFun_u-blox_GNSS
4139
SFE_UBLOX_GNSS myGNSS;

0 commit comments

Comments
 (0)