Browse Source

only refresh once on startup

main
Hendrik Langer 5 years ago
parent
commit
9787ce9cf6
  1. 4
      src/main.cpp

4
src/main.cpp

@ -640,8 +640,8 @@ void setup()
Serial.println("Failed to communicate with SDS011 sensor, check wiring?");
}
display.clearScreen();
display.refresh();
//display.clearScreen();
//display.refresh();
ESP_LOGD(TAG, "displaying welcome screen");
helloWorld();

Loading…
Cancel
Save