Skip to content

Commit 0b63a58

Browse files
committed
Set ctx.IgnoreSketchFolderNameErrors to true to allow Arduino IDE to compile unsaved sketches
1 parent 3f8c1ad commit 0b63a58

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: main.go

+1
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,7 @@ func main() {
214214
}
215215

216216
ctx := &types.Context{}
217+
ctx.IgnoreSketchFolderNameErrors = true
217218

218219
// place here all experimental features that should live under this flag
219220
if *experimentalFeatures {

0 commit comments

Comments
 (0)