We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent faf0906 commit 230ecc4Copy full SHA for 230ecc4
arduino/sketch/sketch.go
@@ -253,10 +253,13 @@ func (s *Sketch) GetProfile(profileName string) *Profile {
253
254
// checkSketchCasing returns an error if the casing of the sketch folder and the main file are different.
255
// Correct:
256
-// MySketch/MySketch.ino
+//
257
+// MySketch/MySketch.ino
258
259
// Wrong:
-// MySketch/mysketch.ino
-// mysketch/MySketch.ino
260
261
+// MySketch/mysketch.ino
262
+// mysketch/MySketch.ino
263
//
264
// This is mostly necessary to avoid errors on Mac OS X.
265
// For more info see: https://github.com/arduino/arduino-cli/issues/1174
0 commit comments