Skip to content

Commit 137c325

Browse files
committed
'upgrade' ARDUINO constant to 10607
Fixes #16
1 parent 69d6e0a commit 137c325

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commands/compile/compile.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ func run(cmd *cobra.Command, args []string) {
193193
}
194194

195195
// Will be deprecated.
196-
ctx.ArduinoAPIVersion = "10600"
196+
ctx.ArduinoAPIVersion = "10607"
197197

198198
// Check if Arduino IDE is installed and get it's libraries location.
199199
preferencesTxt := commands.Config.DataDir.Join("preferences.txt")

0 commit comments

Comments
 (0)