mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-30 16:24:09 +03:00
Dropped libraries Firmata and Temboo: they are downloaded at build time from their repos
This commit is contained in:
1
build/Firmata-2.4.3.zip.sha
Normal file
1
build/Firmata-2.4.3.zip.sha
Normal file
@ -0,0 +1 @@
|
||||
a1c86eb5223801d046c7158dc98be6a74a73da2d
|
1
build/Temboo-1.1.2.zip.sha
Normal file
1
build/Temboo-1.1.2.zip.sha
Normal file
@ -0,0 +1 @@
|
||||
3765428c8af45e7ef085b53f6408bbb1c0133f6d
|
@ -181,6 +181,20 @@
|
||||
<exclude name="**/USBHost/**"/>
|
||||
</fileset>
|
||||
</copy>
|
||||
<antcall target="unzip">
|
||||
<param name="archive_file" value="Firmata-2.4.3.zip" />
|
||||
<param name="archive_url" value="https://github.com/arduino-libraries/Firmata/archive/v2.4.3.zip" />
|
||||
<param name="final_folder" value="${target.path}/libraries/Firmata-2.4.3" />
|
||||
<param name="dest_folder" value="${target.path}/libraries" />
|
||||
</antcall>
|
||||
<rename src="${target.path}/libraries/Firmata-2.4.3" dest="${target.path}/libraries/Firmata"/>
|
||||
<antcall target="unzip">
|
||||
<param name="archive_file" value="Temboo-1.1.2.zip" />
|
||||
<param name="archive_url" value="https://github.com/temboo/Temboo/archive/1.1.2.zip" />
|
||||
<param name="final_folder" value="${target.path}/libraries/Temboo-1.1.2" />
|
||||
<param name="dest_folder" value="${target.path}/libraries" />
|
||||
</antcall>
|
||||
<rename src="${target.path}/libraries/Temboo-1.1.2" dest="${target.path}/libraries/Temboo"/>
|
||||
</target>
|
||||
|
||||
<!-- copy hardware folder -->
|
||||
|
Reference in New Issue
Block a user