mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-05-24 18:46:33 +08:00
feat(lib): refactor wifi connect mechanism with multi same ssid ap
- 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
This commit is contained in:
@ -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 not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user