File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ void setup()
28
28
Serial.begin (115200 ); // Start the serial console
29
29
30
30
// Wait for user to press key to begin
31
- Serial.println (F (" u-blox Cellular Example 7 - Clock" ));
31
+ Serial.println (F (" u-blox Cellular Example 4 - Clock" ));
32
32
Serial.println (F (" Press any key to begin" ));
33
33
34
34
while (!Serial.available ()) // Wait for the user to press a key (send any serial character)
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ void setup()
56
56
Serial.begin (115200 ); // Start the serial console
57
57
58
58
// Wait for user to press key to begin
59
- Serial.println (F (" u-blox Cellular Example 4 - Ping" ));
59
+ Serial.println (F (" u-blox Cellular Example 5 - Ping" ));
60
60
Serial.println (F (" Press any key to begin" ));
61
61
62
62
while (!Serial.available ()) // Wait for the user to press a key (send any serial character)
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ void setup()
28
28
Serial.begin (115200 ); // Start the serial console
29
29
30
30
// Wait for user to press key to begin
31
- Serial.println (F (" u-blox Cellular Example 5 - Receive SMS" ));
31
+ Serial.println (F (" u-blox Cellular Example 6 - Receive SMS" ));
32
32
Serial.println (F (" Press any key to begin" ));
33
33
34
34
while (!Serial.available ()) // Wait for the user to press a key (send any serial character)
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ void setup()
28
28
Serial.begin (115200 ); // Start the serial console
29
29
30
30
// Wait for user to press key to begin
31
- Serial.println (F (" u-blox Cellular Example 6 - Send SMS" ));
31
+ Serial.println (F (" u-blox Cellular Example 7 - Send SMS" ));
32
32
Serial.println (F (" Press any key to begin" ));
33
33
34
34
while (!Serial.available ()) // Wait for the user to press a key (send any serial character)
You can’t perform that action at this time.
0 commit comments