-
Notifications
You must be signed in to change notification settings - Fork 132
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
V5.0 ESP32 3.0.7 macro expansion of boardname does not contain quotes. #1696
Comments
This commits adds a test for #1696 (actually expanding a existing tests). Because the issue dooes not show on linux the test succeeds on my windows system. However the build is on a linux system so this commit is expected to fail the build. I'm still pushing it to get the test on my Linux system to fix it. I know I could create a branch and push to the branch ... but as I have been the only contributer to this repository the last 12 months nobody should suffer ;-)
I can confirm that this has been fixed and works as expected on macOS. Thank You! |
Thanks for confirming. |
The fix has some kind of regression on windows. ESP32S3 error
leonardo error
Seems the quoting for USB_MANUFACTURER (for leonardo) ARDUINO_HOST_OS and ARDUINO_VARIANT are not correct on windows |
All works on windows now as well |
As reported by @TrippyLighting in issue #1694
ARDUINO_VARIANT ARDUINO_FQBN and ARDUINO_HOST_OS seem to be misquoted on the command line on mac (and linux?)
The text was updated successfully, but these errors were encountered: