Updated Wifi101 firmware updater to ver 0.8.2

This commit is contained in:
Cristian Maglie 2016-11-22 13:15:22 +01:00
parent aff7b4bcba
commit f9969e5820
4 changed files with 4 additions and 3 deletions

View File

@ -208,8 +208,8 @@
<!-- Add WiFi101 updater tool -->
<antcall target="unzip">
<param name="archive_file" value="shared/WiFi101-Updater-ArduinoIDE-Plugin-0.8.1.zip" />
<param name="archive_url" value="https://github.com/arduino-libraries/WiFi101-FirmwareUpdater-Plugin/releases/download/v0.8.1/WiFi101-Updater-ArduinoIDE-Plugin-0.8.1.zip" />
<param name="archive_file" value="shared/WiFi101-Updater-ArduinoIDE-Plugin-0.8.2.zip" />
<param name="archive_url" value="https://github.com/arduino-libraries/WiFi101-FirmwareUpdater-Plugin/releases/download/v0.8.2/WiFi101-Updater-ArduinoIDE-Plugin-0.8.2.zip" />
<param name="final_folder" value="${target.path}/tools/WiFi101" />
<param name="dest_folder" value="${target.path}/tools/" />
</antcall>

View File

@ -1 +0,0 @@
13681c745d18e8156594c21d1624063351605b03

View File

@ -0,0 +1 @@
71abf0c51197682819acbb42b516c53c5d8a4a0b

View File

@ -10,6 +10,7 @@ ARDUINO 1.6.13 - 2016.11.22
* Improved serial plotter with horizontal axis and grid. Thanks @duff2013
* Windows: Improved DPI detection
* Fixed a bunch of small bugs in the editor.
* WiFi101 Firmware Updater: fixed certificates download from websites usign SNI (handshake_failed error)
[core]
* avr: set default values for "upload.verify" and "program.verify" (allows compatibility with older IDE). Thanks @per1234