-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Check compatibility with Arduino 1.6.6 #973
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
Comments
sorry but , you test an arduino ? it's not only esp ? My tests: Windows 7 & Windows 10 Visual Studio with visual micro with arduino library 1.6.6 , 1.6.7 , 1.6.8 |
@asetyde thanks for your tests. |
The only visual problems being the Warnings (fixed upstream), and the invalid library messages.
The only visual problems being the recipa.ar.pattern warning , and the invalid library messages. |
what are you testing, 1.6.6 ide totally breaks esp8266 compatibility due to package/platform naming and the use of arduino-builder, that's a known issue. or do you mean the esp8266 build of the arduino ide (not just the core) not using boards manager? |
No it does not. Updating from 1.6.5 to 1.6.6 using the same boards manager files doesn't work. But if you use boards manager with a clean 1.6.6 install, it does work. |
ah that's interesting, might explain why using the git version just worked for me after i deleted all the packages and staging stuff in ~/.arduino15 so boards manager doesn't even manage to fulfil its entire point - making updating cores easier! OS: Debian Sid |
I mean the current Arduino 1.6.6 release from arduino.cc |
This issue is only for test reports, there is a little more detailed issue about this, with your mentionned fix : #965 |
Thanks guys for your posts. So we need some tests with windows and mac os i think. |
I will report for Windows soon.
|
The Arduino community released version 1.6.6 the day before yesterday (2015-11-03).
Could somebody check the compatibility with your code version on your operating system?
If you could, please post the following things:
Previously thanks for your posts.
My tests:
ESP8266WebServer/HelloServer
example sketchTravis link for Arduino 1-6-6 try:
The text was updated successfully, but these errors were encountered: