-
Notifications
You must be signed in to change notification settings - Fork 102
compatibility issue with arduino 1.6.X - currently 1.6.5 #51
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
seems there are some preprocessor issue arduino/Arduino#2665 |
using 1.6.0 affect printer even no usb connected, I was not able to keep heating more than 3 hours, got sensor defect, watchdog reset, ... |
1.6.1 is now out but I doubt issue is solved as I still see testing builds for pre processor commands |
I have also some weird compilation issues with 1.5.8 but I was able to work around - hope 1.6.2 will help |
I do not see any update for the pre processor on 1.6.2 |
1.6.3 is out and 1.6.4 is cooking now - I have added the variant.cpp/usbcore.cpp for 1.6.3 it compile but I had to time to test - |
I use 1.6.5 without issue but printing from SD, I did not test print from Network neither USB |
I close this one as no fix |
it has been reported some USB connection issues with 1.6.0 fixed using 1.5.8
1.6.0 changed several part of code for USB and hardware serial, this could be the root cause
The text was updated successfully, but these errors were encountered: