mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-05-21 09:05:59 +08:00
fix(wifi): Fix pp global value destruction
This will lead to wifi tx/rx status wrong which will cause such as LmacRxBlk:0 error. internal: 09790999
This commit is contained in:
6
VERSION
6
VERSION
@ -1,10 +1,10 @@
|
||||
gwen:
|
||||
crypto: 9ec59b5
|
||||
espnow: 9ec59b5
|
||||
main: f2108f6
|
||||
main: 1cf9bb0
|
||||
minic: 9ec59b5
|
||||
net80211: f2108f6
|
||||
pp: 9ec59b5
|
||||
pp: 1cf9bb0
|
||||
pwm: 9ec59b5
|
||||
smartconfig:9ec59b5
|
||||
wpa: f2108f6
|
||||
@ -12,7 +12,7 @@ gwen:
|
||||
|
||||
gitlab:
|
||||
espconn: 3a998034
|
||||
freertos: ac047746
|
||||
freertos: 66a199b7
|
||||
lwip: 829319d2
|
||||
driver: 7bee5263
|
||||
mbedtls: 1ac9f1f4
|
||||
|
Binary file not shown.
BIN
lib/libmain.a
BIN
lib/libmain.a
Binary file not shown.
BIN
lib/libpp.a
BIN
lib/libpp.a
Binary file not shown.
Reference in New Issue
Block a user