mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-24 11:46:34 +00:00
Fix typo
This commit is contained in:
parent
12344b8c73
commit
f10494b268
@ -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:
|
||||
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user