You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the standard arduino installer it installs in C:\Program Files (x86)\Arduino. When the project is created the Linked Resources -> Path Variables ArduinoHardwareLibPath, ArduinoPinPath, and ArduinoPlatformPath are missing the "C:" so come out like "Program Files (x86)\Arduino\hardware\arduino\avr\libraries"
Using the latest nightly build
The text was updated successfully, but these errors were encountered:
I'm running into a build issue I think is related to arduino being installed at "Program Files (x86)" so I uninstalled and re-installed in my home directory. Afterwards I created a new project and the variables are now correctly set and have a ${ArduinoPath} prefix
When using the standard arduino installer it installs in C:\Program Files (x86)\Arduino. When the project is created the Linked Resources -> Path Variables ArduinoHardwareLibPath, ArduinoPinPath, and ArduinoPlatformPath are missing the "C:" so come out like "Program Files (x86)\Arduino\hardware\arduino\avr\libraries"
Using the latest nightly build
The text was updated successfully, but these errors were encountered: