diff --git a/src/main.cpp b/src/main.cpp index 5f5c547..2b2c113 100644 --- a/src/main.cpp +++ b/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();