This commit is contained in:
2025-04-05 13:09:49 -05:00
parent 896eef6e5b
commit 908ca648aa
8 changed files with 59 additions and 25 deletions

View File

@@ -1,7 +1,10 @@
{
// See http://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format
"recommendations": [
"platformio.platformio-ide"
]
}
{
// See http://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format
"recommendations": [
"platformio.platformio-ide"
],
"unwantedRecommendations": [
"ms-vscode.cpptools-extension-pack"
]
}

View File

@@ -40,8 +40,11 @@ void loop()
display.setCursor(0,0);
display.print("Contador: ");
display.println(contador++);
display.println("");
display.setTextSize(1);
display.println("UNELECTRONICA ESP32");
display.println("SEBAS ROBOTICA");
display.println("");
display.setTextSize(2);
display.print("T: ");
//tempsensor.waloop_timee();