forked from espressif/ESP8266_RTOS_SDK
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information
Zhang Jun Hao
committed
Aug 26, 2020
1 parent
527b778
commit e4d5a00
Showing
9 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 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.