-
Notifications
You must be signed in to change notification settings - Fork 13.3k
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
2.1.0-rc1: Various issues #1377
Comments
try to delete the 2.0.0 and rc1 folder, and then install the rc1 new. |
Fixed. Seems you can have either 2.0 or 2.1-rc1. Same for the boards manager btw. If both URLs are present, the stable versions (1st URL in my case) are suppressed- probably an IDE issue.... |
Next stopper: can't compile with Debug->all and Debug Serial->Serial:
|
Also had the DEBUG_WIFI_MULTI issue - commented and then was able to compile fine. I have another issue, running in SoftAP mode, I seem to fail getting an IP address from the ESP. my code
What I'm getting with full debug activated :
When I just replace the SDK1.5.0 SDK by the 1.4.0 in the 2.1.0 release - It works again and I get the following traces
|
DEBUG_WIFI_MULTI issue see #1369 |
Thanks. Removing 2.0.0 did the trick. |
No luck with staging on Windows, IDE 1.6.7 - compile fails:
Once this happens switching back to 2.0.0 doesn't work either. Only solution is to delete the rc1 folder.
The text was updated successfully, but these errors were encountered: