arduino 3.0 adapt for tasmota <=2024.01.10, not compatble with new IP6Address

This commit is contained in:
MichaelDvP
2024-02-08 21:42:13 +01:00
parent 2b88fec2ee
commit 72b64a0c30
4 changed files with 7 additions and 7 deletions

View File

@@ -78,7 +78,7 @@ typedef struct {
};
} lwip_event_packet_t;
static xQueueHandle _async_queue;
static QueueHandle_t _async_queue;
static TaskHandle_t _async_service_task_handle = NULL;