You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updated libphy.a to 1055, fixed an issue of large current in Light-sleep.
Updated AT+ to 1.3.0:
2.1 Added Light-sleep wakeup command, AT+WAKEUPGPIO;
2.2 Fixed abnormal AT+CWDHCPS IP allocation;
2.3 Added at_sdio demo under example directory.
Fixed probable system default when calling cur and def interfaces.
Fixed the issue of high current in Deep-sleep mode without disabling SPI first.
Fixed an issue where the SDK would crash when switching from AP to Station mode by calling wifi_set_phy_mode.
Updated secondary boot loader to v1.6:
6.1 Supports AT + based on SDIO;
6.2 Supports entering testing mode through GPIO.
Added support for MXIC Flash QIO mode.
Fixed exception caused during TCP handshake and retransmission.
Fixed issues in ESP-NOW.
Added ESP-PAIR (Simple-Pair) feature, for APIs please refer to ESP8266 SDK API Guide.
wpa2-enterprise time function derivation and time check disable can be set by users.
Support for PEAP/TTLS in wpa2-enterprise, for APIs please refer to ESP8266 SDK API Guide.
Added mqtt demos under examples directory.
Other issue fixes.
Resolved an issue that RF_Init_data sector may be broken in stress test. Provided a function user_rf_cal_sector_set which has to be added in application by software developer. More details about user_rf_cal_sector_set refer to documentation "2C-ESP8266__SDK__API Guide". (Resolved in ESP8266_NONOS_SDK_V1.5.4.1)
Fix a potential risk that will cause rf not work after external reset. (Resolved in ESP8266_NONOS_SDK_V1.5.4.1)
Add SDIO AT support. (Resolved in ESP8266_NONOS_SDK_V1.5.4.1)
Fix a potential bug in espconn. (Resolved in ESP8266_NONOS_SDK_V1.5.4.1)