ESP8266 AT Release Note PDF
ESP8266 AT Release Note PDF
Github:
ESP8266_NonOS_SDK_and_AT_Bin_on_Github
History Info.
System
Lwip
AT
WiFi
1. Optimize the RF frequency calibration workflow, having the frequency trace disabled by default;
users can call system_phy_freq_trace_enable in user_rf_pre_init to enable it;
Optimization:
4. Fixed probable system default when calling cur and def interfaces.
5. Fixed the issue of high current in Deep-sleep mode without disabling SPI first.
6. Fixed an issue where the SDK would crash when switching from AP to Station mode by calling
wifi_set_phy_mode.
7. Updated secondary boot loader to v1.6:
Supports AT + based on SDIO;
Supports entering testing mode through GPIO.
Notes:
esp_init_data.bin has to be downloaded into flash at least once. Download blank.bin to initialize the sector
stored RF_CAL parameter (set by user_rf_cal_sector_set), and download esp_init_data.bin into flash, when
the system needs to be initialized, or RF needs to be calibrated again.