2024-12-0103
This commit is contained in:
parent
391244343c
commit
d27e6204b5
3
.vscode/extensions.json
vendored
3
.vscode/extensions.json
vendored
|
@ -2,7 +2,8 @@
|
||||||
// See http://go.microsoft.com/fwlink/?LinkId=827846
|
// See http://go.microsoft.com/fwlink/?LinkId=827846
|
||||||
// for the documentation about the extensions.json format
|
// for the documentation about the extensions.json format
|
||||||
"recommendations": [
|
"recommendations": [
|
||||||
"platformio.platformio-ide"
|
"platformio.platformio-ide",
|
||||||
|
"xuangeaha.just-print-it"
|
||||||
],
|
],
|
||||||
"unwantedRecommendations": [
|
"unwantedRecommendations": [
|
||||||
"ms-vscode.cpptools-extension-pack"
|
"ms-vscode.cpptools-extension-pack"
|
||||||
|
|
|
@ -217,9 +217,9 @@ void setup() {
|
||||||
x = 320 /2;
|
x = 320 /2;
|
||||||
y += 16;
|
y += 16;
|
||||||
tft.setTextColor(TFT_RED, TFT_BLACK);
|
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);
|
Serial.begin(115200);
|
||||||
WiFi.reconnect();
|
WiFi.reconnect();printf("");
|
||||||
delay( 1 );
|
delay( 1 );
|
||||||
|
|
||||||
Serial.print("Connecting to ");
|
Serial.print("Connecting to ");
|
||||||
|
|
Loading…
Reference in New Issue
Block a user