Skip to content

Commit

Permalink
feat(core): Updated core version to 865fa651
Browse files Browse the repository at this point in the history
- feat(at): Added AT+CWJAPTO command
- fix(crypto): Fixed that wps netconfig triggers the wdt reset
- fix(net80211): Fixed potential memory leak in a busy network environment
- fix(at): Fixed that AT+CWJAP returns a wrong reason code in a high probability
  • Loading branch information
ustccw committed Jan 24, 2022
1 parent 260a606 commit 199a4ea
Show file tree
Hide file tree
Showing 12 changed files with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions VERSION
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
gwen:
at : 0c7c4a9
crypto : 0c7c4a9
espnow : 0c7c4a9
main : 0c7c4a9
net80211 : 0c7c4a9
pp : 0c7c4a9
ssl : 0c7c4a9
upgrade : 0c7c4a9
wpa : 0c7c4a9
wpa2 : 0c7c4a9
wps : 0c7c4a9
at : 865fa65
crypto : 865fa65
espnow : 865fa65
main : 865fa65
net80211 : 865fa65
pp : 865fa65
ssl : 865fa65
upgrade : 865fa65
wpa : 865fa65
wpa2 : 865fa65
wps : 865fa65

phy:
phy : 1156_0
Expand Down
Binary file modified lib/libat.a
Binary file not shown.
Binary file modified lib/libcrypto.a
Binary file not shown.
Binary file modified lib/libespnow.a
Binary file not shown.
Binary file modified lib/libmain.a
Binary file not shown.
Binary file modified lib/libnet80211.a
Binary file not shown.
Binary file modified lib/libpp.a
Binary file not shown.
Binary file modified lib/libssl.a
Binary file not shown.
Binary file modified lib/libupgrade.a
Binary file not shown.
Binary file modified lib/libwpa.a
Binary file not shown.
Binary file modified lib/libwpa2.a
Binary file not shown.
Binary file modified lib/libwps.a
Binary file not shown.

0 comments on commit 199a4ea

Please sign in to comment.