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 69d6e0a commit 137c325Copy full SHA for 137c325
commands/compile/compile.go
@@ -193,7 +193,7 @@ func run(cmd *cobra.Command, args []string) {
193
}
194
195
// Will be deprecated.
196
- ctx.ArduinoAPIVersion = "10600"
+ ctx.ArduinoAPIVersion = "10607"
197
198
// Check if Arduino IDE is installed and get it's libraries location.
199
preferencesTxt := commands.Config.DataDir.Join("preferences.txt")
0 commit comments