(ESP8266-AT) (v2 2 0 0) Release-Note
(ESP8266-AT) (v2 2 0 0) Release-Note
md 6/18/2021
Changelog
This is the list of changes since release v2.1.0.0:
Breaking Changes
ESP8266_RTOS_SDK version updated to release v3.4 (967752e)
Compiler upgraded from v5.2.0 to v8.4.0
AT+CIPDOMAIN: Double quotation marks are added to the string parameters in the response
Added WROOM-02-N, WROOM-S2, WROOM_5V2L, ESP8266_1MB module support
AT commands supports IPv6 network now
ESP8266 SPI AT does not support any more (ESP32-C3 recommended)
Known Issue
AT+CWJAP: listen_interval parameter is wrong in the query command response
1. Feature
1.1 Wi-Fi
AT+CWRECONNCFG: Support to configure Wi-Fi reconnect interval and maximum retry times
AT+CWLAPOPT: Support to filter the scanned result by rssi and authmode
AT+CWJAP: Limit the range of listen interval to [1, 100]
AT+WPS: Support authmode floor configuration
AT+CWSMARTSTART: Support authmode floor configuration
AT+CWLAP: Support the information of 802.11 b/g/n in the response
AT+CWJAP: Support to configure timeout and pmf, and connect the last recorded AP
AT+CWSTATE: New Command to query Wi-Fi state
1.2 TCP/IP
1/4
v2.2.0.0-[ESP8266-AT].md 6/18/2021
AT+CIPSERVER: Added close_all_clients parameter to close all connectiones which connected the
server created by AT+CIPSERVER
AT+CIPV6
AT+CIPSTATUS
AT+CIPDOMAIN
AT+CIPSTART
AT+CIPSTARTEX
AT+CIPSERVER
AT+SAVETRANSLINK
AT+PING
AT+CIPDNS
AT+CIPSTA
AT+CIPAP
AT+CIFSR
1.4 System
2. Bugfix
2.1 Wi-Fi
2/4
v2.2.0.0-[ESP8266-AT].md 6/18/2021
Fixed AT+CWLAP returned ERROR when total active scan time is more than 15 seconds
Fixed AT+CWLAP did not return ap in the response sometimes
Fixed AT+CWLAP blocked more the 10 seconds sometimes
Fixed AT+CWLAP rssi filter parameter could not work sometimes
Fixed AT+CWLAP could not scan valid ap by ssid and bssid
Fixed the issue that AT+CWMODE=1,1 could not auto-connect to AP when Wi-Fi mode switched from
WIFI_MODE_NULL
Fixed the issue that AT+CWJAP may return wrong error number
Fixed AT+WPS failed on multiple ap credentials case
Fixed AT+CIPSTA/AT+CIPAP could set wrong IP address due to the lack of rigorous address check
2.2 TCP/IP
2.4 System
3/4
v2.2.0.0-[ESP8266-AT].md 6/18/2021
3. Optimization
Added build.py script to simplify the compilation process and supported windows OS compilation
Refactored application directory
Removed deprecated GNU make
Supported spi & sdio example cmake
Removed at_http_webserver example
4/4