File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 240
240
<download-library name =" Keyboard" version =" 1.0.1" />
241
241
<download-library name =" SD" version =" 1.1.1" />
242
242
<download-library name =" Servo" version =" 1.1.2" />
243
- <download-library githubuser =" Adafruit" name =" Adafruit_CircuitPlayground" version =" 1.6.4 " />
243
+ <download-library githubuser =" Adafruit" name =" Adafruit_CircuitPlayground" version =" 1.6.8 " foldername = " Adafruit_Circuit_Playground " />
244
244
</target >
245
245
246
246
<macrodef name =" download-library" >
247
247
<attribute name =" name" />
248
+ <attribute name =" foldername" default =" @{ name } " />
248
249
<attribute name =" version" />
249
250
<attribute name =" tag" default =" @{ version } " />
250
251
<attribute name =" githubuser" default =" arduino-libraries" />
255
256
<param name =" final_folder" value =" ${ target.path } /libraries/@{ name } -@{ version } " />
256
257
<param name =" dest_folder" value =" ${ target.path } /libraries" />
257
258
</antcall >
258
- <move file =" ${ target.path } /libraries/@{ name } -@{ version } " tofile =" ${ target.path } /libraries/@{ name } " />
259
+ <move file =" ${ target.path } /libraries/@{ name } -@{ version } " tofile =" ${ target.path } /libraries/@{ foldername } " />
259
260
</sequential >
260
261
</macrodef >
261
262
Original file line number Diff line number Diff line change @@ -5,6 +5,9 @@ ARDUINO 1.8.4
5
5
* Environment variable LIBRARY_INDEX_URL is now correctly parsed (LIBRARY_INDEX_URL_GZ can also be optinally specified). Thanks @xardael
6
6
* Added per-board generic option in config file boards.txt for disabling control of dtr+rts. Thanks @d-a-v
7
7
8
+ [libraries]
9
+ * Fixed wrong folder name for "Adafruit Circuit Playground" library, now it can be updated cleanly.
10
+
8
11
ARDUINO 1.8.3 2017.05.31
9
12
10
13
(bugfix service release)
You can’t perform that action at this time.
0 commit comments