2024-12-0103

This commit is contained in:
hans-jurgen 2024-12-02 16:33:15 +01:00
parent 391244343c
commit d27e6204b5
2 changed files with 4 additions and 3 deletions

View File

@ -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"

View File

@ -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 ");