This commit is contained in:
fvanroie 2021-05-20 15:35:56 +02:00
parent 12344b8c73
commit f10494b268
2 changed files with 5 additions and 4 deletions

View File

@ -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:

View File

@ -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;
}
}