1
This commit is contained in:
@ -508,7 +508,7 @@ void zh_espnow_event_handler(void *arg, esp_event_base_t event_base, int32_t eve
|
|||||||
goto ZH_NETWORK_EVENT_HANDLER_EXIT;
|
goto ZH_NETWORK_EVENT_HANDLER_EXIT;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
zh_espnow_data_t *data = (zh_espnow_data_t *)recv_data->data;
|
zh_espnow_data_t *data = (zh_espnow_data_t *)recv_data->data;
|
||||||
switch (data->device_type)
|
switch (data->device_type)
|
||||||
{
|
{
|
||||||
case ZHDT_GATEWAY:
|
case ZHDT_GATEWAY:
|
||||||
|
Reference in New Issue
Block a user