ESP8266-AT Release v2.3.0.0
The documentation for ESP-AT v2.3.0.0 is available at https://docs.espressif.com/projects/esp-at/en/release-v2.3.0.0_esp8266/
This release is a minor update to ESP-AT v2.2.2.0.
The firmware:
Breaking Changes
- Updated
ESP8266_RTOS_SDK
to commit c965e03d, upgrading the bundled mbedtls library fromv2.16.5
to commit1d34215a
(a few commits afterv3.6.3
). Important: If you want to use this version firmware, please ensure your server is compatible with mbedtls commit1d34215a
before proceeding. If it works fine, you can upgrade your products byAT+CIUPDATE=0,"v2.3.0.0"
.
Feature
- Added the
AT+CIPSSLCCIPHER
command to configure the SSL cipher‑suite list
Bugfix
- Fixed a potential SSL reconnection failure in passthrough mode when the SNI/CN/PSK/ALPN parameters were set before entering passthrough mode