Skip to content

Commit

Permalink
feat(lib): refactor wifi connect mechanism with multi same ssid ap
Browse files Browse the repository at this point in the history
   - support espnow receive multi-pkt
   - do not send 802.11 ack when station or ap stopped
   - do not set wifi mode when esp_deep_sleep() called
   - fix softap drop disassoc pkt error
   - refuse app scan when station start connect to ap
   - do nothing when rx other ap's csa information
  • Loading branch information
Zhang Jun Hao committed Aug 26, 2020
1 parent 527b778 commit e4d5a00
Show file tree
Hide file tree
Showing 9 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions components/esp8266/lib/VERSION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
gwen:
core: 46b6f5d
net80211: 46b6f5d
pp: 46b6f5d
espnow: 46b6f5d
core: daab7f3
net80211: daab7f3
pp: daab7f3
espnow: daab7f3

smartconfig: 2.8.2
phy: 1163.0
Binary file modified components/esp8266/lib/libcore.a
Binary file not shown.
Binary file modified components/esp8266/lib/libcore_dbg.a
Binary file not shown.
Binary file modified components/esp8266/lib/libespnow.a
Binary file not shown.
Binary file modified components/esp8266/lib/libespnow_dbg.a
Binary file not shown.
Binary file modified components/esp8266/lib/libnet80211.a
Binary file not shown.
Binary file modified components/esp8266/lib/libnet80211_dbg.a
Binary file not shown.
Binary file modified components/esp8266/lib/libpp.a
Binary file not shown.
Binary file modified components/esp8266/lib/libpp_dbg.a
Binary file not shown.

0 comments on commit e4d5a00

Please sign in to comment.