Skip to content

Commit

Permalink
Update ESP32_Code.ino
Browse files Browse the repository at this point in the history
  • Loading branch information
revoxhere authored Jan 17, 2022
1 parent ab770a9 commit 9b062a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ESP32_Code/ESP32_Code.ino
Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,7 @@ void TaskMining(void *pvParameters) {
}

// Setup WiFi Client and connection details
Serial.println(String(taskCoreName + " is connecting to the Duino-Coin server..."));
Serial.println("\n\n" + String(taskCoreName) + " is connecting to the Duino-Coin server...");
WiFiClient jobClient;
jobClient.setTimeout(15);
jobClient.flush();
Expand Down

0 comments on commit 9b062a7

Please sign in to comment.