Skip to content

Commit

Permalink
Merge branch 'feature/update_esp8266_fw_version' into 'release/v2.2.0…
Browse files Browse the repository at this point in the history
….0_esp8266'

feat: update esp8266-at firmware version and docs

See merge request application/esp-at!907
  • Loading branch information
xcguang committed Aug 6, 2021
2 parents 94070fc + 7300cd1 commit ede72af
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 6 deletions.
3 changes: 2 additions & 1 deletion docs/en/AT_Binary_Lists/ESP8266_AT_binaries.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ It is recommended to use the lastest version of firmware.

## ESP-WROOM-02 Series

- 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) (Recommended)
- 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)
3 changes: 2 additions & 1 deletion docs/zh_CN/AT_Binary_Lists/ESP8266_AT_binaries.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

## ESP-WROOM-02 Series

- 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.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)
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.0"
CONFIG_ESP_AT_FW_VERSION="2.2.1"

# 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.0"
CONFIG_ESP_AT_FW_VERSION="2.2.1"

# 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.0"
CONFIG_ESP_AT_FW_VERSION="2.2.1"

# 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.0"
CONFIG_ESP_AT_FW_VERSION="2.2.1"

# VFS
CONFIG_SUPPORT_TERMIOS=n
Expand Down

0 comments on commit ede72af

Please sign in to comment.