evtManager --> send evt
This commit is contained in:
parent
84bec90407
commit
896aefde48
@ -115,7 +115,7 @@ void send_event(domo_events evt, void* pDatas) {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
ESP_LOGE(TAG, "Envoi d'un evt %i a l'IHM", ihmEvt->eEventType);
|
ESP_LOGE(TAG, "Envoi d'un evt %i a l'IHM", ihmEvt->eEventType);
|
||||||
if( 0 && ihm_queue != NULL ){
|
if( ihm_queue != NULL ){
|
||||||
if (ihmEvt && xQueueSendToFront(ihm_queue, &ihmEvt, pdMS_TO_TICKS(10)) != pdPASS)
|
if (ihmEvt && xQueueSendToFront(ihm_queue, &ihmEvt, pdMS_TO_TICKS(10)) != pdPASS)
|
||||||
{
|
{
|
||||||
ESP_LOGE(TAG, "La queue est pleine");
|
ESP_LOGE(TAG, "La queue est pleine");
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user