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?"); Serial.println("Failed to communicate with SDS011 sensor, check wiring?");
} }
display.clearScreen(); //display.clearScreen();
display.refresh(); //display.refresh();
ESP_LOGD(TAG, "displaying welcome screen"); ESP_LOGD(TAG, "displaying welcome screen");
helloWorld(); helloWorld();

Loading…
Cancel
Save