-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Networking:430:47: error: no matching function for call to 'UdpContext::listen(const ip_addr_t&, int)' #2293
Comments
What version of the esp8266 arduino libraries are installed in your Arduino IDE? |
I have the same issue as @dony71. I'm using version 2.5.0 of the esp8266 arduino libraries. I also tried compiling with older versions, but wasn't able to (other errors). Let me know if I can provide any other useful info? |
You could add a define to the start of ESPEasy.ino For PlatformIO I set these in the build parameters, since I only tested it with the dev/beta versions of core 2.5.0, there wasn't a define present to detect this version. So if you can test if that define is enough, then I can add proper changes to the code to make it compile in Arduino IDE without the need of user changes. |
Hi @TD-er - that seemed to have an effect. I no longer get the error above. It's an interesting note that I was then able to compile without issue when I used 'Generic ESP8266 module' in board manager, but I got an error about iram space constraints when I used 'NodeMCU 1.0' (what I normally use). Seems like the #define is enough to fix this specific error though - thank you (and sorry for the delayed response). |
@amil109 Thanks for the feedback. Do you have some other code using iram, which is not included in the normal dev tree? |
@TD-er - no, nothing extra - I was just looking to compile the latest branch with Arduino IDE so I could decode exceptions from my ESP8266... I'm wondering if I have a couple with bad flash, or if I've got a power supply issue (some chips reset every 5s or so, others are fine). |
Maybe also have a look here (and the related issues) esp8266/Arduino#5763 |
Just to close on this one - it was a power supply issue! I was able to build and flash the source from 16-Feb-19 without issue using the Arduino IDE after adding the #define above. |
This seems to be solved, so can be closed. |
compile mega release then result this
compile with arduino ide 1.8.8
anything i'm missing?
The text was updated successfully, but these errors were encountered: