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
Is there a way to let platformio use another version of the Arduino framework than the one you install with it?
I've done some extensions to the HardwareSerial part and want to use them in one of my projects.
The text was updated successfully, but these errors were encountered:
I can implement a way to say PlatformIO about .platformio tool/+chains directory. It uses ${USER_HOME}/.platformio now.
For example, you can setup
# Unixexport PIOHOME_DIR=%HERE_IS_NEW_DIR%
# or Windowsset PIOHOME_DIR=%HERE_IS_NEW_DIR%
Then
$ platformio install atmelavr
In these cases you will have different locations with tool chains and Arduino frameworks. You will use PIOHOME_DIR environment to say PlatformIO which tools+framework it should use.
I would really like to write the path to what arduino directory to use in my platformio.ini.
By default take the .platformio one, if specified otherwise in the platformio.ini, take that one.
Is there a way to let platformio use another version of the Arduino framework than the one you install with it?
I've done some extensions to the HardwareSerial part and want to use them in one of my projects.
The text was updated successfully, but these errors were encountered: