Fixed BL602 build error

This commit is contained in:
Indu Prakash
2022-10-08 06:48:19 -05:00
parent f91dc268ce
commit 2e17c08932

View File

@ -243,6 +243,9 @@ HassDeviceInfo *hass_init_light_device_info(ENTITY_TYPE type, int index){
#endif
break;
default:
addLogAdv(LOG_ERROR, LOG_FEATURE_HASS, "Unsupported light type %s", type);
}
return info;