Skip to content

Commit be2f86d

Browse files
committed
Merge branch 'feature/update_libs' into 'master'
feat; Update SDK libs version 52383f9 See merge request sdk/ESP8266_NONOS_SDK!284
2 parents b1c14cd + 5de39e8 commit be2f86d

13 files changed

+12
-12
lines changed

VERSION

+11-11
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
gwen:
2-
at : 26c15e1
3-
crypto : f27ffe0
4-
espnow : f27ffe0
5-
main : 9532ceb
6-
net80211 : f27ffe0
7-
pp : f27ffe0
8-
ssl : f27ffe0
9-
upgrade : f27ffe0
10-
wpa : f27ffe0
11-
wpa2 : f27ffe0
12-
wps : f27ffe0
2+
at : 52383f9
3+
crypto : 52383f9
4+
espnow : 52383f9
5+
main : 52383f9
6+
net80211 : 52383f9
7+
pp : 52383f9
8+
ssl : 52383f9
9+
upgrade : 52383f9
10+
wpa : 52383f9
11+
wpa2 : 52383f9
12+
wps : 52383f9
1313

1414
phy:
1515
phy : 1156_0

include/user_interface.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ struct station_config {
247247
// with both ssid[] and bssid[] matched. Please check about this.
248248
uint8 bssid[6];
249249
wifi_fast_scan_threshold_t threshold;
250-
bool open_and_wep_mode_disable; // Can connect to open/wep router by default.
250+
bool open_and_wep_mode_disable; // Can connect to open/wep router by default. If want to connect an open AP, please Do Not set password.
251251
bool all_channel_scan;
252252
};
253253

lib/libat.a

0 Bytes
Binary file not shown.

lib/libcrypto.a

0 Bytes
Binary file not shown.

lib/libespnow.a

0 Bytes
Binary file not shown.

lib/libmain.a

4 Bytes
Binary file not shown.

lib/libnet80211.a

2.91 KB
Binary file not shown.

lib/libpp.a

0 Bytes
Binary file not shown.

lib/libssl.a

0 Bytes
Binary file not shown.

lib/libupgrade.a

0 Bytes
Binary file not shown.

lib/libwpa.a

80 Bytes
Binary file not shown.

lib/libwpa2.a

0 Bytes
Binary file not shown.

lib/libwps.a

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)