Skip to content
This repository was archived by the owner on Jan 28, 2021. It is now read-only.

Commit 104a5e8

Browse files
committed
Typo fix
1 parent 4d20541 commit 104a5e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/ZED-F9P/Example3_StartRTCMBase/Example3_StartRTCMBase.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ void setup()
6969
}
7070
else
7171
{
72-
Serial.println("RTCM failed to enable. Are you sure you have an NEO-M8P?");
72+
Serial.println("RTCM failed to enable. Are you sure you have an ZED-F9P?");
7373
while (1); //Freeze
7474
}
7575

0 commit comments

Comments
 (0)