me-no-dev / AsyncTCP

Async TCP Library for ESP32
GNU Lesser General Public License v3.0
749 stars 431 forks source link

xQueueHandle -> QueueHandle_t #183

Closed Lukaswnd closed 7 months ago

Lukaswnd commented 7 months ago

When building with CONFIG_FREERTOS_ENABLE_BACKWARD_COMPATIBILITY disabled, which is idf default, you need to use the newer declaration

mlthurtell commented 7 months ago

Can confirm this fix.