mirror of
https://github.com/openshwprojects/OpenBK7231T_App.git
synced 2026-02-11 14:05:34 +00:00
Fixed BL602 build error
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user