Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Won't compile under Core 2.4.0-rc2 #57

Closed
Pablo2048 opened this issue Oct 15, 2017 · 1 comment
Closed

Won't compile under Core 2.4.0-rc2 #57

Pablo2048 opened this issue Oct 15, 2017 · 1 comment

Comments

@Pablo2048
Copy link

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...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants