We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 685f5f7 commit ec2b090Copy full SHA for ec2b090
βarduino/cores/cores.go
@@ -337,6 +337,7 @@ func (release *PlatformRelease) RuntimeProperties() *properties.Map {
337
res := properties.NewMap()
338
if release.InstallDir != nil {
339
res.Set("runtime.platform.path", release.InstallDir.String())
340
+ res.Set("runtime.hardware.path", release.InstallDir.Join("..").String())
341
}
342
343
return res
0 commit comments