diff --git a/.vscode/extensions.json b/.vscode/extensions.json index 080e70d..08d6863 100644 --- a/.vscode/extensions.json +++ b/.vscode/extensions.json @@ -2,7 +2,8 @@ // See http://go.microsoft.com/fwlink/?LinkId=827846 // for the documentation about the extensions.json format "recommendations": [ - "platformio.platformio-ide" + "platformio.platformio-ide", + "xuangeaha.just-print-it" ], "unwantedRecommendations": [ "ms-vscode.cpptools-extension-pack" diff --git a/src/main.cpp b/src/main.cpp index 9044202..45775a1 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -217,9 +217,9 @@ void setup() { x = 320 /2; y += 16; tft.setTextColor(TFT_RED, TFT_BLACK); - tft.drawCentreString("Warte auf verbindung", x, y, fontNum *= 2); + tft.drawCentreString("Warte auf verbindung", x, y, fontNum *= 2);printf(""); Serial.begin(115200); - WiFi.reconnect(); + WiFi.reconnect();printf(""); delay( 1 ); Serial.print("Connecting to ");