Skip to content

Commit 9eb0ab0

Browse files
author
Zhang Jun Hao
committed
feat(lib): update lib
- support rssi info and phy mode in esp_wifi_sta_get_ap_info api - enlarge backoff time of multi/broad-cast packet send by softap - add user set min/max len support for sniffer - transform FCS error packet to application when ESP8266 in sniffer mode - fix cipher mode error in scan ap info
1 parent 3e75136 commit 9eb0ab0

17 files changed

+4
-4
lines changed

components/esp8266/lib/VERSION

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
gwen:
2-
core: 6f267c9
3-
net80211: 6f267c9
4-
pp: 6f267c9
5-
espnow: 6f267c9
2+
core: a4246a0
3+
net80211: a4246a0
4+
pp: a4246a0
5+
espnow: a4246a0
66

77
smartconfig: 2.8.2
88
phy: 1163.0

components/esp8266/lib/libcore.a

0 Bytes
Binary file not shown.

components/esp8266/lib/libcore_dbg.a

0 Bytes
Binary file not shown.

components/esp8266/lib/libespnow.a

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

components/esp8266/lib/libnet80211.a

148 Bytes
Binary file not shown.
148 Bytes
Binary file not shown.

components/esp8266/lib/libpp.a

-1.73 KB
Binary file not shown.

components/esp8266/lib/libpp_dbg.a

-1.46 KB
Binary file not shown.

components/esp8266/libcore.a

38.7 KB
Binary file not shown.

components/esp8266/libcore_dbg.a

39.6 KB
Binary file not shown.

components/esp8266/libespnow.a

37.8 KB
Binary file not shown.

components/esp8266/libespnow_dbg.a

37.8 KB
Binary file not shown.

components/esp8266/libnet80211.a

469 KB
Binary file not shown.

components/esp8266/libnet80211_dbg.a

520 KB
Binary file not shown.

components/esp8266/libpp.a

237 KB
Binary file not shown.

components/esp8266/libpp_dbg.a

254 KB
Binary file not shown.

0 commit comments

Comments
 (0)