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
{{ message }}
This repository was archived by the owner on Oct 1, 2024. It is now read-only.
The README of this plugin states the following about the arduino.path:
arduino.path - Path to Arduino, you can use a custom version of Arduino by modifying this setting to include the full path. Example: C:\Program Files\Arduino for Windows, /Applications for Mac, /home/$user/Downloads/arduino-1.8.1 for Linux. (Requires a restart after change). The default value is automatically detected from your Arduino IDE installation path.
I noticed that these instructions are not working for Ubuntu 18.04. For some reason, the $user (or $USER) variable is not used. The plugin keeps complaining about an invalid arduino.path till I changed this variable to my username. So the variable is not translated to the actual username.
The text was updated successfully, but these errors were encountered:
The README of this plugin states the following about the
arduino.path
:I noticed that these instructions are not working for Ubuntu 18.04. For some reason, the
$user
(or$USER
) variable is not used. The plugin keeps complaining about an invalidarduino.path
till I changed this variable to my username. So the variable is not translated to the actual username.The text was updated successfully, but these errors were encountered: