Skip to content

Commit

Permalink
Set ctx.IgnoreSketchFolderNameErrors to true to allow Arduino IDE to …
Browse files Browse the repository at this point in the history
…compile unsaved sketches
  • Loading branch information
cmaglie committed May 4, 2021
1 parent 3f8c1ad commit 0b63a58
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@ func main() {
}

ctx := &types.Context{}
ctx.IgnoreSketchFolderNameErrors = true

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

0 comments on commit 0b63a58

Please sign in to comment.