evtManager --> send evt

This commit is contained in:
Marc PASTEUR 2025-12-16 06:59:51 +01:00
parent 84bec90407
commit 896aefde48

View File

@ -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");