Skip to content

Commit

Permalink
Update ESP8266_Code.ino
Browse files Browse the repository at this point in the history
  • Loading branch information
revoxhere authored Jan 17, 2022
1 parent 87d9a09 commit ab770a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ESP8266_Code/ESP8266_Code.ino
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ void ConnectToServer() {
if (client.connected())
return;

Serial.println("Connecting to the Duino-Coin server...");
Serial.println("\n\nConnecting to the Duino-Coin server...");
while (!client.connect(host, port));

waitForClientData();
Expand Down

0 comments on commit ab770a9

Please sign in to comment.