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 2f920b6 commit 62dff72Copy full SHA for 62dff72
commands/sketch/new.go
@@ -34,6 +34,7 @@ void loop() {
34
}
35
`)
36
37
+// Create a new sketch
38
func CreateSketch(sketchName string) (string, string, error) {
39
// Trim to avoid issues if user creates a sketch adding the .ino extesion to the name
40
trimmedSketchName := strings.TrimSuffix(sketchName, ".ino")
0 commit comments