-
-
Notifications
You must be signed in to change notification settings - Fork 467
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
Compatibility issue with ESP8266 2.1.0 version vs 2.0.0 wait for 2.2.0 #65
Comments
seems type has been changed to |
Need to wait git version is moved to stable version because doing modification now will make incompatible with current stable version or need to add some define which will not be necessary when git become stable So fix is on hold until these 2 enum are in stable version : 2.1 or more |
2.1.0 is now out - it is time to try it http://arduino.esp8266.com/versions/2.1.0/package_esp8266com_index.json |
with 2.1.0 when safe mode is starting the module crash to exception 2 |
exception 2 also after reset EEPROM and starting as Access point |
disabling all feature allow to start AP - will check which feature(s) generate the crash |
crash at startup is linked to |
doing a simple sketch validate the possibility of having 2 ports is still working
|
Issue looks linked to presence of
Commenting it and module seems fine Need long run test - additionally reaction time looks slower than with 2.0.0 but need more tests to confirm |
travis - read me are up to date |
exception(2) issue is reported : esp8266/Arduino#1695 |
seems module is definitly slow and now new issue appeared #85 |
the setNoDelay issue is fixed in git so will be part of 2.2.0 |
all fixes have been implemented - anyway 2.1.0 must not used due to critcal bugs, performances issues and so usability issue |
I have cleared thread to keep focus |
after 24h monitoring printer on ESP12E and even monitoring a 20min print - still no crash so I can confirm it fine until new test on final 2.2.0 |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Travis failed:
Some enum definition have been moved to another place ?
The text was updated successfully, but these errors were encountered: