ESP8266 at Release Note
ESP8266 at Release Note
Github:
ESP8266_NonOS_SDK_and_AT_Bin_on_Github
AT+CWCOUNTRY=<country_policy>,"country_code",<start_channel>,<total_channel_number>
AT+CIPSERVERMAXCONN=<num>
AT+CWLAP =<ssid>[,<mac>,<ch>,<scan_type>,<scan_time_min>,<scan_time_max>]
8. Fix an issue that getting error irom string when print messages after upgrade;
9. Fix an issue that baudrate is not correctly set when it was set at 1,200;
10. Fix an issue that it should return error if the link id is wrong;
12. Fix a wrong link id issue when client connection number reaches maximum;
13. Fix an issue that error will be reported when the maximun connection number is more than 5;
14. Fix the message is incorrect when creating UDP if ip is a domain name;
16. Fix that AT+CIPSTART causes busy if the server is connected at the same time;
System
Examples
mbedTLS
Wi-Fi
11. Add keep connection for station to keep connection with AP;
12. Add softAP distributes station ip event;
History Info.
Lwip
AT
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.