mirror of
https://github.com/arduino/Arduino.git
synced 2025-01-19 08:52:15 +01:00
Added WiFi101-Updater tool
This commit is contained in:
parent
3276a35ef6
commit
b44c3258ac
1
.gitignore
vendored
1
.gitignore
vendored
@ -49,6 +49,7 @@ build/linux/liblistSerials*
|
||||
build/shared/reference*.zip
|
||||
build/shared/Edison*.zip
|
||||
build/shared/Galileo*.zip
|
||||
build/shared/WiFi101-Updater-ArduinoIDE-Plugin*.zip
|
||||
test-bin
|
||||
*.iml
|
||||
.idea
|
||||
|
@ -203,6 +203,14 @@
|
||||
<echo file="${target.path}/lib/version.txt" message="${version}" />
|
||||
|
||||
<antcall target="assemble-libraries" />
|
||||
|
||||
<!-- Add WiFi101 updater tool -->
|
||||
<antcall target="unzip">
|
||||
<param name="archive_file" value="shared/WiFi101-Updater-ArduinoIDE-Plugin-0.8.0.zip" />
|
||||
<param name="archive_url" value="https://github.com/arduino-libraries/WiFi101-FirmwareUpdater-Plugin/releases/download/v0.8.0/WiFi101-Updater-ArduinoIDE-Plugin-0.8.0.zip" />
|
||||
<param name="final_folder" value="${target.path}/tools/WiFi101" />
|
||||
<param name="dest_folder" value="${target.path}/tools/" />
|
||||
</antcall>
|
||||
</target>
|
||||
|
||||
<!-- copy library folder -->
|
||||
|
@ -0,0 +1 @@
|
||||
b99acb415f2a1e395ac705cd22947e1e7af1df4a
|
Loading…
x
Reference in New Issue
Block a user