File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change
1
+ WiFi101 ??? - ???
2
+
3
+ * Fixed WiFi.status() hanging when shield is not present
4
+ * Fixed MAC address returning 00:00:00:00:00:00 with firmware version 19.3.0
5
+ * Fixed SSL write functionality with firmware version 19.3.0
6
+ * Fixed previous version of the library not working on the Uno and other boards that used PCINT's
7
+ * Added beginAP(...) API's to create access point with WEP passwords
8
+ * Fixed beginAP(...) channel off by one error
9
+ * Fixed WiFi.status() always returning WL_CONNECTED once connected, even if access point is disconnected later
10
+ * Added beginMulti API for Multicast UDP support
11
+ * Added MDNSResponder class and MDNS Web server example
12
+
1
13
WiFi101 0.8.0 - 2016.02.15
2
14
3
15
* Added example for Access Point web server (thanks @ladyada)
You can’t perform that action at this time.
0 commit comments