We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb80cb5 commit 3fea51eCopy full SHA for 3fea51e
platform_template.json
@@ -21,17 +21,17 @@
21
],
22
"toolsDependencies": [
23
{
24
- "packager": "arduino",
+ "packager": "wifiduck",
25
"name": "avr-gcc",
26
"version": "7.3.0-atmel3.6.1-arduino5"
27
},
28
29
30
"name": "avrdude",
31
"version": "6.3.0-arduino17"
32
33
34
35
"name": "arduinoOTA",
36
"version": "1.3.0"
37
}
tools.json
@@ -1,4 +1,5 @@
1
-{
+[
2
+ {
3
4
"version": "7.3.0-atmel3.6.1-arduino5",
5
"systems": [
@@ -141,4 +142,5 @@
141
142
"url": "http://downloads.arduino.cc/tools/arduinoOTA-1.3.0-windows_386.zip"
143
144
]
- }
145
+ }
146
+]
0 commit comments