Skip to content

Commit f9969e5

Browse files
committed
Updated Wifi101 firmware updater to ver 0.8.2
1 parent aff7b4b commit f9969e5

4 files changed

+4
-3
lines changed

build/build.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,8 +208,8 @@
208208

209209
<!-- Add WiFi101 updater tool -->
210210
<antcall target="unzip">
211-
<param name="archive_file" value="shared/WiFi101-Updater-ArduinoIDE-Plugin-0.8.1.zip" />
212-
<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" />
211+
<param name="archive_file" value="shared/WiFi101-Updater-ArduinoIDE-Plugin-0.8.2.zip" />
212+
<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" />
213213
<param name="final_folder" value="${target.path}/tools/WiFi101" />
214214
<param name="dest_folder" value="${target.path}/tools/" />
215215
</antcall>

build/shared/WiFi101-Updater-ArduinoIDE-Plugin-0.8.1.zip.sha

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
71abf0c51197682819acbb42b516c53c5d8a4a0b

build/shared/revisions.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ ARDUINO 1.6.13 - 2016.11.22
1010
* Improved serial plotter with horizontal axis and grid. Thanks @duff2013
1111
* Windows: Improved DPI detection
1212
* Fixed a bunch of small bugs in the editor.
13+
* WiFi101 Firmware Updater: fixed certificates download from websites usign SNI (handshake_failed error)
1314

1415
[core]
1516
* avr: set default values for "upload.verify" and "program.verify" (allows compatibility with older IDE). Thanks @per1234

0 commit comments

Comments
 (0)