-
Notifications
You must be signed in to change notification settings - Fork 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
Compile error with core lib 2.3.0 #576
Comments
Thanks looks like this was changed in 2.4.0 |
how in the hell does one install 2.3.0 on platformio.hmm |
Sorry, no idea. It's boring, that the upstream lib is changed that way. |
I will see about making this backward compatible, not sure how I can use strings and char* and use flash strings, ideas prs welcome |
The only think i see is, that it is possible to detect the lib version via #ifdef .... Something like this: And depending on the version use seperate code. Not very well but then it is backward compatible |
`Arduino: 1.8.5 (Linux), Board: "NodeMCU 1.0 (ESP-12E Module), 80 MHz, 115200, 4M (3M SPIFFS)" Build options changed, rebuilding all This report would have more information with |
Yeah the event func was changed in 2.4 and not backward compatible. |
asyncscannetworks not available in esp8266 2.3.0, adjusted server on to take cstr for backwards compatability
using |
it's not work on my pc |
These changes are only in the development branch at the moment. |
hotfixed |
May I know where to add this line in WifiManager.cpp? |
@MEHUL95 if you still need this you see where you need to change it by clicking on the commit hash on the left next to the commit that made the change above. I've just amended the file and it works fine now. |
Basic Infos
Platform
Settings in IDE
Problem Description
Detailed problem description goes here.
The server->on function in core release 2.3.0 is declared with variables from type char* and not with variables from type string as they are used by this lib.
MCVE Sketch
example sketches are affected
Debug Messages
The text was updated successfully, but these errors were encountered: