Added source folder so changes can be seen easier
Added tool dependecies to stay with Arduino IDE 1.8.5 and boards version 1.6.20. As there are updates for avr boards I try to fix the build environment to a known version.
This commit is contained in:
parent
f77f650b51
commit
d2483eaf11
@ -57,7 +57,18 @@
|
||||
"name": "Original Prusa i3 MK3/MK3S EINSY RAMBo"
|
||||
}
|
||||
],
|
||||
"toolsDependencies": []
|
||||
"toolsDependencies": [
|
||||
{
|
||||
"packager": "arduino",
|
||||
"name": "avr-gcc",
|
||||
"version": "4.9.2-atmel3.5.4-arduino2"
|
||||
},
|
||||
{
|
||||
"packager": "arduino",
|
||||
"name": "avrdude",
|
||||
"version": "6.3.0-arduino9"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"tools":[]
|
||||
|
Loading…
Reference in New Issue
Block a user