Skip to content

Commit

Permalink
Merge branch 'feature/esp8266_add_v2.2.0.0_version' into 'release/v2.…
Browse files Browse the repository at this point in the history
…2.0.0_esp8266'

feat: Added v2.2.2.0 version for esp8266

See merge request application/esp-at!1666
  • Loading branch information
xcguang committed Dec 2, 2024
2 parents f726a42 + 039558d commit b73f766
Show file tree
Hide file tree
Showing 11 changed files with 17 additions and 15 deletions.
2 changes: 1 addition & 1 deletion components/at/lib/VERSION
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ESP32: 60c2c28
ESP32S2: 60c2c28
ESP32C3: 60c2c28
ESP8266: 0e0d1f0
ESP8266: 6cdf453

Binary file modified components/at/lib/libesp8266_at_core.a
Binary file not shown.
Binary file modified components/at/lib/libesp8266_at_core_silence.a
Binary file not shown.
9 changes: 5 additions & 4 deletions docs/en/AT_Binary_Lists/ESP8266_AT_binaries.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ Before using the AT firmware below, please read the [disclaimer](https://docs.es

## ESP-WROOM-02 Series

- v2.2.1.0 [ESP8266-IDF-AT_V2.2.1.0.zip](https://download.espressif.com/esp_at/firmware/ESP8266/ESP8266-IDF-AT_V2.2.1.0.zip) (Recommended)
- v2.2.0.0 [ESP8266-IDF-AT_V2.2.0.0.zip](https://download.espressif.com/esp_at/firmware/ESP8266/ESP8266-IDF-AT_V2.2.0.0.zip)
- v2.1.0.0 [ESP8266-IDF-AT_V2.1.0.0.zip](https://download.espressif.com/esp_at/firmware/ESP8266/ESP8266-IDF-AT_V2.1.0.0.zip)
- v2.0.0.0 [ESP8266-IDF-AT_V2.0.0.0.zip](https://download.espressif.com/esp_at/firmware/ESP8266/ESP8266-IDF-AT_V2.0_0.zip)
- v2.2.2.0 [ESP-WROOM-02-AT-V2.2.2.0.zip](https://dl.espressif.com/esp-at/firmwares/esp8266/ESP-WROOM-02-AT-V2.2.2.0.zip) (Recommended)
- v2.2.1.0 [ESP-WROOM-02-AT-V2.2.1.0.zip](https://dl.espressif.com/esp-at/firmwares/esp8266/ESP-WROOM-02-AT-V2.2.1.0.zip)
- v2.2.0.0 [ESP-WROOM-02-AT-V2.2.0.0.zip](https://dl.espressif.com/esp-at/firmwares/esp8266/ESP-WROOM-02-AT-V2.2.0.0.zip)
- v2.1.0.0 [ESP-WROOM-02-AT-V2.1.0.0.zip](https://dl.espressif.com/esp-at/firmwares/esp8266/ESP-WROOM-02-AT-V2.1.0.0.zip)
- v2.0.0.0 [ESP-WROOM-02-AT-V2.0.0.0.zip](https://dl.espressif.com/esp-at/firmwares/esp8266/ESP-WROOM-02-AT-V2.0.0.0.zip)
9 changes: 5 additions & 4 deletions docs/zh_CN/AT_Binary_Lists/ESP8266_AT_binaries.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@

## ESP-WROOM-02 Series

- v2.2.1.0 [ESP8266-IDF-AT_V2.2.1.0.zip](https://download.espressif.com/esp_at/firmware/ESP8266/ESP8266-IDF-AT_V2.2.1.0.zip)(推荐)
- v2.2.0.0 [ESP8266-IDF-AT_V2.2.0.0.zip](https://download.espressif.com/esp_at/firmware/ESP8266/ESP8266-IDF-AT_V2.2.0.0.zip)
- v2.1.0.0 [ESP8266-IDF-AT_V2.1.0.0.zip](https://download.espressif.com/esp_at/firmware/ESP8266/ESP8266-IDF-AT_V2.1.0.0.zip)
- v2.0.0.0 [ESP8266-IDF-AT_V2.0.0.0.zip](https://download.espressif.com/esp_at/firmware/ESP8266/ESP8266-IDF-AT_V2.0_0.zip)
- v2.2.2.0 [ESP-WROOM-02-AT-V2.2.2.0.zip](https://dl.espressif.com/esp-at/firmwares/esp8266/ESP-WROOM-02-AT-V2.2.2.0.zip)(推荐)
- v2.2.1.0 [ESP-WROOM-02-AT-V2.2.1.0.zip](https://dl.espressif.com/esp-at/firmwares/esp8266/ESP-WROOM-02-AT-V2.2.1.0.zip)
- v2.2.0.0 [ESP-WROOM-02-AT-V2.2.0.0.zip](https://dl.espressif.com/esp-at/firmwares/esp8266/ESP-WROOM-02-AT-V2.2.0.0.zip)
- v2.1.0.0 [ESP-WROOM-02-AT-V2.1.0.0.zip](https://dl.espressif.com/esp-at/firmwares/esp8266/ESP-WROOM-02-AT-V2.1.0.0.zip)
- v2.0.0.0 [ESP-WROOM-02-AT-V2.0.0.0.zip](https://dl.espressif.com/esp-at/firmwares/esp8266/ESP-WROOM-02-AT-V2.0.0.0.zip)
2 changes: 1 addition & 1 deletion module_config/module_esp8266_1mb/sdkconfig.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ CONFIG_AT_SSL_SERVER_CLIENT_AUTH_SERVER=n
CONFIG_AT_MQTT_COMMAND_SUPPORT=y
CONFIG_AT_OTA_SUPPORT=n
CONFIG_AT_SOCKET_MAX_CONN_NUM=5
CONFIG_ESP_AT_FW_VERSION="2.2.1"
CONFIG_ESP_AT_FW_VERSION="2.2.2"

# VFS
CONFIG_SUPPORT_TERMIOS=n
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ CONFIG_AT_SSL_SERVER_CLIENT_AUTH_SERVER=n
CONFIG_AT_MQTT_COMMAND_SUPPORT=y
CONFIG_AT_OTA_SUPPORT=n
CONFIG_AT_SOCKET_MAX_CONN_NUM=5
CONFIG_ESP_AT_FW_VERSION="2.2.1"
CONFIG_ESP_AT_FW_VERSION="2.2.2"

# VFS
CONFIG_SUPPORT_TERMIOS=n
Expand Down
2 changes: 1 addition & 1 deletion module_config/module_esp8266_default/sdkconfig.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ CONFIG_AT_OTA_SERVER_PORT=80
CONFIG_AT_OTA_TOKEN_KEY="dd93253c287f725de50d4071a05dd28b72056ca7"
CONFIG_AT_OTA_SSL_TOKEN_KEY="dd93253c287f725de50d4071a05dd28b72056ca7"
CONFIG_AT_SOCKET_MAX_CONN_NUM=5
CONFIG_ESP_AT_FW_VERSION="2.2.1"
CONFIG_ESP_AT_FW_VERSION="2.2.2"

# VFS
CONFIG_SUPPORT_TERMIOS=n
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ CONFIG_AT_OTA_SERVER_PORT=80
CONFIG_AT_OTA_TOKEN_KEY="dd93253c287f725de50d4071a05dd28b72056ca7"
CONFIG_AT_OTA_SSL_TOKEN_KEY="dd93253c287f725de50d4071a05dd28b72056ca7"
CONFIG_AT_SOCKET_MAX_CONN_NUM=5
CONFIG_ESP_AT_FW_VERSION="2.2.1"
CONFIG_ESP_AT_FW_VERSION="2.2.2"

# VFS
CONFIG_SUPPORT_TERMIOS=n
Expand Down
2 changes: 1 addition & 1 deletion module_config/module_esp8266_qcloud/sdkconfig.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ CONFIG_AT_OTA_SERVER_PORT=80
CONFIG_AT_OTA_TOKEN_KEY="dd93253c287f725de50d4071a05dd28b72056ca7"
CONFIG_AT_OTA_SSL_TOKEN_KEY="dd93253c287f725de50d4071a05dd28b72056ca7"
CONFIG_AT_SOCKET_MAX_CONN_NUM=5
CONFIG_ESP_AT_FW_VERSION="2.2.1"
CONFIG_ESP_AT_FW_VERSION="2.2.2"
CONFIG_AT_QCLOUD_IOT_COMMAND_SUPPORT=y
CONFIG_AT_QCLOUD_IOT_GENERATE_FACTORY_INFO=y

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ CONFIG_AT_OTA_SERVER_PORT=80
CONFIG_AT_OTA_TOKEN_KEY="dd93253c287f725de50d4071a05dd28b72056ca7"
CONFIG_AT_OTA_SSL_TOKEN_KEY="dd93253c287f725de50d4071a05dd28b72056ca7"
CONFIG_AT_SOCKET_MAX_CONN_NUM=5
CONFIG_ESP_AT_FW_VERSION="2.2.1"
CONFIG_ESP_AT_FW_VERSION="2.2.2"
CONFIG_AT_QCLOUD_IOT_COMMAND_SUPPORT=y
CONFIG_AT_QCLOUD_IOT_GENERATE_FACTORY_INFO=y

Expand Down

0 comments on commit b73f766

Please sign in to comment.