Skip to content

Commit c1243bd

Browse files
committed
Renumber examples
Clock is very simple, should be before Ping and SMS examples
1 parent 06a6097 commit c1243bd

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

examples/Example7_Clock/Example7_Clock.ino renamed to examples/Example4_Clock/Example4_Clock.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ void setup()
2828
Serial.begin(115200); // Start the serial console
2929

3030
// 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"));
3232
Serial.println(F("Press any key to begin"));
3333

3434
while (!Serial.available()) // Wait for the user to press a key (send any serial character)

examples/Example4_Ping/Example4_Ping.ino renamed to examples/Example5_Ping/Example5_Ping.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ void setup()
5656
Serial.begin(115200); // Start the serial console
5757

5858
// 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"));
6060
Serial.println(F("Press any key to begin"));
6161

6262
while (!Serial.available()) // Wait for the user to press a key (send any serial character)

examples/Example5_ReceiveSMS/Example5_ReceiveSMS.ino renamed to examples/Example6_ReceiveSMS/Example6_ReceiveSMS.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ void setup()
2828
Serial.begin(115200); // Start the serial console
2929

3030
// 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"));
3232
Serial.println(F("Press any key to begin"));
3333

3434
while (!Serial.available()) // Wait for the user to press a key (send any serial character)

examples/Example6_SendSMS/Example6_SendSMS.ino renamed to examples/Example7_SendSMS/Example7_SendSMS.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ void setup()
2828
Serial.begin(115200); // Start the serial console
2929

3030
// 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"));
3232
Serial.println(F("Press any key to begin"));
3333

3434
while (!Serial.available()) // Wait for the user to press a key (send any serial character)

0 commit comments

Comments
 (0)