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 I was trying to make a 3rd party hardware specification I assumed that {runtime.hardware.path} would point to home/arduino/hardware when I selected a board from a board.txt in home/arduino/hardware/[vendor]/[platform]/boards.txt
However during testing I found {runtime.hardware.path} points to {runtime.ide.path}/hardware.
So I don't know whether this is a bug or whether a extra "Global Predefined property" is needed.