We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49d0853 commit 1bb327cCopy full SHA for 1bb327c
arduino/cores/packagemanager/loader.go
@@ -80,7 +80,7 @@ func (pm *PackageManager) LoadHardwareFromDirectory(path *paths.Path) []*status.
80
packagersPaths.FilterDirs()
81
82
// Load custom platform properties if available
83
- // "Global" platform.txt used by the Java IDE to overwrite all installed platforms.
+ // "Global" platform.txt used to overwrite all installed platforms.
84
// For more info: https://arduino.github.io/arduino-cli/latest/platform-specification/#global-platformtxt
85
if globalPlatformTxt := path.Join("platform.txt"); globalPlatformTxt.Exist() {
86
pm.Log.Infof("Loading custom platform properties: %s", globalPlatformTxt)
0 commit comments