-
-
Notifications
You must be signed in to change notification settings - Fork 19.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
Archim Fix p.io upload issues, and Arduino IDE LCD issue. #17405
Archim Fix p.io upload issues, and Arduino IDE LCD issue. #17405
Conversation
Is this just for the Archim 1 or does this apply to Archim 2 as well? |
My guess would be both since the only difference is the drivers but I can not say for certain. |
Cool. I'll give it a shot |
Since this only applies to Windows 10 and |
Thanks I will pass the along to Ultimachine, we are working on another P.io driver issue as well. |
I've pushed the required changes to your branch, which should work AFAICT. Please test to see if |
Thanks I will try is ASAP. |
Okay I just finished trying out the files before this most recent commit. It uploaded fine. I with get with Ultimachine for the P.io driver timing (or whatever it is) issue. It uploads but the drivers still do not work, but it works fine with Arduino IDE. Thank you! |
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
I have been working with Ultimachine the last few days to fix these issues.
1-The Archim p.io updates from last night compile fine but will not upload, the added line fixes that (windows 10, VSC if that matters).
We had been using;
I am not sure if there are any important differences, what I just submitted seems to work perfectly.
2-The removed USB lines were a fix we submitted a year or so back that is no longer needed. Those lines didn't seem to do anything when flashed with P.io (it worked fine with them) but would crash the board on reset if flashed with Arduino IDE for some reason.