From 0b63a58c98b77c66f2bf9b7b0528a121e463b1e0 Mon Sep 17 00:00:00 2001 From: Cristian Maglie Date: Tue, 4 May 2021 16:48:12 +0200 Subject: [PATCH] Set ctx.IgnoreSketchFolderNameErrors to true to allow Arduino IDE to compile unsaved sketches --- main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/main.go b/main.go index 7fff82a8..91a3e7a0 100644 --- a/main.go +++ b/main.go @@ -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 {