Browse Source

Merge branch 'master' of ssh://dev.xd0.de:22222/hendrik/esp32-weatherstation

ir
Hendrik Langer 5 years ago
parent
commit
4aa2fa8b9a
  1. 2
      src/main.cpp

2
src/main.cpp

@ -40,7 +40,7 @@ uint32_t lastDisplayUpdate = 0;
void helloWorld() void helloWorld()
{ {
const char HelloWorld[] = "Ich bins Bens!"; const char HelloWorld[] = "IchbinsBens!";
//Serial.println("helloWorld"); //Serial.println("helloWorld");
display.setRotation(1); display.setRotation(1);
display.setFont(&FreeMonoBold9pt7b); display.setFont(&FreeMonoBold9pt7b);

Loading…
Cancel
Save