Skip to content

Commit

Permalink
APP to driving and OLED display #8
Browse files Browse the repository at this point in the history
  • Loading branch information
khubaibiftikhar committed Aug 5, 2023
1 parent f1a1b41 commit 2753ac4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/message_send_on_sms.ino
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ void setup() {
WiFi.begin(ssid, password);
while (WiFi.status() != WL_CONNECTED) {
delay(1000);
Serial.println("Connecting to WiFi...");
Serial.println("Connecting to WiFi....");
}

Serial.println("Connected to WiFi");
Expand Down

0 comments on commit 2753ac4

Please sign in to comment.