diff --git a/LibreMetric.ino b/LibreMetric.ino index 1c9a733..2fc254f 100644 --- a/LibreMetric.ino +++ b/LibreMetric.ino @@ -51,15 +51,17 @@ void configModeCallback (WiFiManager *myWiFiManager) { // AP config mode void setup() { Serial.begin(115200); // initialize serial communications - DEBUG_PRINT(F("\n\r")); + DEBUG_PRINT(F("\r\n")); matrix.fillScreen(LOW); //clr screen + matrix.setIntensity(brightness); initOTA(); for (int i=0; i