bck
This commit is contained in:
17
ESP32/OLED_ESP32/.vscode/extensions.json
vendored
17
ESP32/OLED_ESP32/.vscode/extensions.json
vendored
@@ -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"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user