Commit 137c3251 authored by Cristian Maglie's avatar Cristian Maglie

'upgrade' ARDUINO constant to 10607

Fixes #16
parent 69d6e0ab
......@@ -193,7 +193,7 @@ func run(cmd *cobra.Command, args []string) {
}
// Will be deprecated.
ctx.ArduinoAPIVersion = "10600"
ctx.ArduinoAPIVersion = "10607"
// Check if Arduino IDE is installed and get it's libraries location.
preferencesTxt := commands.Config.DataDir.Join("preferences.txt")
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment