This repository was archived by the owner on Jan 20, 2025. It is now read-only.
This repository was archived by the owner on Jan 20, 2025. It is now read-only.
Won't compile under Core 2.4.0-rc2 #57
Closed
Description
ESPAsyncTCP won't compile under ESP8266 Core 2.4.0-rc2 with this error:
ESPAsyncTCP.cpp:77:28: error: invalid conversion from 'int8_t (*)(void*, tcp_pcb*, pbuf*, int8_t) {aka signed char (*)(void*, tcp_pcb*, pbuf*, signed char)}' to 'tcp_recv_fn {aka long int (*)(void*, tcp_pcb*, pbuf*, long int)}' [-fpermissive]
tcp_recv(_pcb, &_s_recv);
It seems like conflict with lwip v2 implementation to me...
Metadata
Metadata
Assignees
Labels
No labels