diff --git a/src/hasp/hasp_attribute.cpp b/src/hasp/hasp_attribute.cpp index 558f579e..4010eff6 100644 --- a/src/hasp/hasp_attribute.cpp +++ b/src/hasp/hasp_attribute.cpp @@ -2051,7 +2051,7 @@ void hasp_process_obj_attribute(lv_obj_t* obj, const char* attribute, const char break; case ATTR_TYPE_COLOR_INVALID: - LOG_WARNING(TAG_ATTR, F(D_ATTRIBUTE_ALIGN_INVALID), payload); + LOG_WARNING(TAG_ATTR, F(D_ATTRIBUTE_COLOR_INVALID), payload); break; case ATTR_TYPE_COLOR: diff --git a/src/main_arduino.cpp b/src/main_arduino.cpp index dea795c5..292030cf 100644 --- a/src/main_arduino.cpp +++ b/src/main_arduino.cpp @@ -170,9 +170,10 @@ IRAM_ATTR void loop() case 5: mainLoopCounter = 0; - if(statLoopCounter) - LOG_VERBOSE(TAG_MAIN, F("%d millis per loop, %d counted"), 5000 / statLoopCounter, statLoopCounter); - statLoopCounter = 0; + // if(statLoopCounter) + // LOG_VERBOSE(TAG_MAIN, F("%d millis per loop, %d counted"), 5000 / statLoopCounter, + // statLoopCounter); + // statLoopCounter = 0; break; } }