Skip to content

Commit 3fea51e

Browse files
author
Spacehuhn
committed
Fixed packager
1 parent cb80cb5 commit 3fea51e

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

platform_template.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,17 @@
2121
],
2222
"toolsDependencies": [
2323
{
24-
"packager": "arduino",
24+
"packager": "wifiduck",
2525
"name": "avr-gcc",
2626
"version": "7.3.0-atmel3.6.1-arduino5"
2727
},
2828
{
29-
"packager": "arduino",
29+
"packager": "wifiduck",
3030
"name": "avrdude",
3131
"version": "6.3.0-arduino17"
3232
},
3333
{
34-
"packager": "arduino",
34+
"packager": "wifiduck",
3535
"name": "arduinoOTA",
3636
"version": "1.3.0"
3737
}

tools.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
{
1+
[
2+
{
23
"name": "avr-gcc",
34
"version": "7.3.0-atmel3.6.1-arduino5",
45
"systems": [
@@ -141,4 +142,5 @@
141142
"url": "http://downloads.arduino.cc/tools/arduinoOTA-1.3.0-windows_386.zip"
142143
}
143144
]
144-
}
145+
}
146+
]

0 commit comments

Comments
 (0)