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
In the version 1.6.3 notes, "AVR bundle files (core files and toolchain) is again inside IDE "hardware" folder, instead of unpacked into user's home folder".
This creates confusion, because the "SAM bundle files" are still in /Users/Username/AppData/Roaming/Arduino15/packages/arduino/hardware/
Starting from 1.6.5 the default location of downloaded cores has moved from Appdata\Roaming to %LOCALAPPDATA%\Arduino15 to avoid breaking Microsoft specifications (#3404).
Only the AVR core (which is still bundled with the IDE) should be inside hardware folder; every other core will be located in %LOCALAPPDATA%\Arduino15 if downloaded from the Board Manager or in sketckbook/hardware folder if extracted manually.
In the version 1.6.3 notes, "AVR bundle files (core files and toolchain) is again inside IDE "hardware" folder, instead of unpacked into user's home folder".
This creates confusion, because the "SAM bundle files" are still in /Users/Username/AppData/Roaming/Arduino15/packages/arduino/hardware/
This was noted in the forums:
http://forum.arduino.cc/index.php?topic=312926.0
The text was updated successfully, but these errors were encountered: