Skip to content

Commit

Permalink
Merge branch 'feature/update_at_core' into 'master'
Browse files Browse the repository at this point in the history
feat(core): Updated at core version to 4c6eb5e9

See merge request application/esp-at!1126
  • Loading branch information
xcguang committed May 20, 2022
2 parents d3f5b73 + 4598fbe commit 792c138
Show file tree
Hide file tree
Showing 27 changed files with 58 additions and 47 deletions.
30 changes: 13 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,32 +25,30 @@ The AT command firmware allows for rapid integration by providing:
- There are several guides for esp-at developers and users. These guides can be rendered in a number of formats, like HTML and PDF.
Documentation for the latest version: [https://docs.espressif.com/projects/esp-at/en/latest/index.html](https://docs.espressif.com/projects/esp-at/en/latest/index.html). This documentation is built from the [docs directory](https://github.com/espressif/esp-at/tree/master/docs) of this repository.

- The Changelogs of historic released versions: https://github.com/espressif/esp-at/releases

- [Check the Issues section on GitHub](https://github.com/espressif/esp-at/issues) if you find a bug or have a feature request. Please check existing Issues before opening a new one.

- The [esp-at forum](https://www.esp32.com/viewforum.php?f=42) is a place to ask questions and find community resources.

# Project Roadmap
1. The next version of ESP-AT firmware (v2.4.0.0) is planned to be released in April 2022. At present, ESP32 and ESP32-C3 series firmware is planned to be released, and ESP32-C3 firmware would support Bluetooth LE 5.0.

2. ESP-AT Support Policy for ESP Chip Series
# ESP-AT Support Policy for ESP Chip Series

- ESP32-C3 Series
- **Preferred recommended chip by ESP-AT**
- Released version is recommended: [v2.3.0.0_esp32c3](https://github.com/espressif/esp-at/releases/tag/v2.3.0.0_esp32c3)
- **Preferred recommended chip for using ESP-AT on**
- Recommended released version: [v2.4.0.0](https://github.com/espressif/esp-at/releases/tag/v2.4.0.0)

- ESP32 Series
- Released version is recommended: [v2.2.0.0_esp32](https://github.com/espressif/esp-at/releases/tag/v2.2.0.0_esp32)
- The next version of ESP-AT firmware (v2.3.0.0) for ESP32 is in preparatory stage, but no an estimated time of release.
- Recommended released version: [v2.4.0.0](https://github.com/espressif/esp-at/releases/tag/v2.4.0.0)

- ESP8266 Series
- **ESP32-C3 is recommended instead**
- **ESP32-C3 is recommended to use instead**
- ESP-AT will not release the major version for ESP8266.
- ESP-AT no longer adds new features to ESP8266.
- [v2.2.1.0_esp8266](https://github.com/espressif/esp-at/releases/tag/v2.2.1.0_esp8266) is the last version of ESP-AT for ESP8266, corresponding to branch [release/v2.2.0.0_esp8266](https://github.com/espressif/esp-at/tree/release/v2.2.0.0_esp8266), corresponding to documentation [https://docs.espressif.com/projects/esp-at/en/release-v2.2.0.0_esp8266](https://docs.espressif.com/projects/esp-at/en/release-v2.2.0.0_esp8266/).
- ESP-AT will regularly update [release/v2.2.0.0_esp8266](https://github.com/espressif/esp-at/tree/release/v2.2.0.0_esp8266) branch for ESP8266. Update includes vital bugfix and security repair.

- ESP32-S2 Series
- **ESP32-C3 is recommended instead**
- **ESP32-C3 is recommended to use instead**
- ESP-AT will not release the major version for ESP32-S2.
- ESP-AT no longer adds new features to ESP32-S2.
- [v2.1.0.0_esp32s2](https://github.com/espressif/esp-at/releases/tag/v2.1.0.0_esp32s2) is the last version of ESP-AT for ESP32-S2, corresponding to branch [release/v2.1.0.0_esp32s2](https://github.com/espressif/esp-at/tree/release/v2.1.0.0_esp32s2), corresponding to documentation [https://docs.espressif.com/projects/esp-at/en/release-v2.1.0.0_esp32s2](https://docs.espressif.com/projects/esp-at/en/release-v2.1.0.0_esp32s2/).
Expand Down Expand Up @@ -81,22 +79,20 @@ esp-at 是 MIT 许可证下的免费软件。
- 这里为开发者和用户提供了一些指南,这些指南可以以多种格式呈现,比如 HTML 和 PDF。
最新文档见:[https://docs.espressif.com/projects/esp-at/zh_CN/latest/index.html](https://docs.espressif.com/projects/esp-at/zh_CN/latest/index.html)。该文档是由本仓库 [docs 目录](https://github.com/espressif/esp-at/tree/master/docs) 自动编译构建的。

- 已发布版本的修改记录见:https://github.com/espressif/esp-at/releases

- 如果你有 bug 上报或者功能需求,可以在 [GitHub Issues](https://github.com/espressif/esp-at/issues) 里提交。请在提交前检索下是否有相同的 Issue。

- [esp-at 社区](https://www.esp32.com/viewforum.php?f=34) 可以用来询问问题或寻找一些社区资源。

# 项目路线图
1. 下一版本 ESP-AT 固件 (v2.4.0.0),计划在 2022 年 4 月发布。当前计划发布 ESP32 和 ESP32-C3 系列固件,ESP32-C3 固件将支持低功耗蓝牙 5.0。

2. ESP-AT 对不同芯片系列支持策略
# ESP-AT 对不同芯片系列支持策略

- ESP32-C3 系列
- **ESP-AT 首选推荐芯片**
- 推荐使用发布版本[v2.3.0.0_esp32c3](https://github.com/espressif/esp-at/releases/tag/v2.3.0.0_esp32c3)
- 推荐使用的发布版本[v2.4.0.0](https://github.com/espressif/esp-at/releases/tag/v2.4.0.0)

- ESP32 系列
- 推荐使用发布版本:[v2.2.0.0_esp32](https://github.com/espressif/esp-at/releases/tag/v2.2.0.0_esp32)
- ESP32 下一版本 ESP-AT 固件 (v2.3.0.0) 在开发准备阶段,但暂无预计的发布时间
- 推荐使用的发布版本:[v2.4.0.0](https://github.com/espressif/esp-at/releases/tag/v2.4.0.0)

- ESP8266 系列
- **推荐使用 ESP32-C3 芯片**
Expand Down
4 changes: 2 additions & 2 deletions components/at/lib/VERSION
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
ESP32: 9636d73
ESP32C3: 9636d73
ESP32: 4c6eb5e
ESP32C3: 4c6eb5e
Binary file modified components/at/lib/libesp32_at_core.a
Binary file not shown.
Binary file modified components/at/lib/libesp32_at_core_silence.a
Binary file not shown.
Binary file modified components/at/lib/libesp32c3_at_core.a
Binary file not shown.
Binary file modified components/at/lib/libesp32c3_at_core_silence.a
Binary file not shown.
3 changes: 3 additions & 0 deletions docs/_static/js/at_versions.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ var DOCUMENTATION_VERSIONS = {
// latest
{ name: "latest", has_targets: true, supported_targets: [ "esp32", "esp32c3" ] },

// v2.4.0.0
{ name: "release-v2.4.0.0", has_targets: true, supported_targets: [ "esp32", "esp32c3" ]},

// v2.3.0.0
{ name: "release-v2.3.0.0_esp32c3", has_targets: false, supported_targets: [ "esp32c3" ]},

Expand Down
3 changes: 2 additions & 1 deletion docs/en/AT_Binary_Lists/ESP32-C3_AT_binaries.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@ It is recommended to use the lastest version of firmware. Currently, Espressif o
ESP32-C3-MINI-1 Series
^^^^^^^^^^^^^^^^^^^^^^

- v2.3.0.0 `ESP32-C3-MINI-1_AT_Bin_V2.3.0.0.zip <https://download.espressif.com/esp_at/firmware/ESP32C3/ESP32-C3-MINI-1_AT_Bin_V2.3.0.0.zip>`__ (Recommended)
- v2.4.0.0 `ESP32-C3-MINI-1_AT_Bin_V2.4.0.0.zip <https://download.espressif.com/esp_at/firmware/ESP32C3/ESP32-C3-MINI-1_AT_Bin_V2.4.0.0.zip>`__ (Recommended)
- v2.3.0.0 `ESP32-C3-MINI-1_AT_Bin_V2.3.0.0.zip <https://download.espressif.com/esp_at/firmware/ESP32C3/ESP32-C3-MINI-1_AT_Bin_V2.3.0.0.zip>`__
- v2.2.0.0 `ESP32-C3-MINI-1_AT_Bin_V2.2.0.0.zip <https://download.espressif.com/esp_at/firmware/ESP32C3/ESP32-C3-MINI-1_AT_Bin_V2.2.0.0.zip>`__
15 changes: 10 additions & 5 deletions docs/en/AT_Binary_Lists/ESP32_AT_binaries.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ It is recommended to use the lastest version of firmware. Currently, Espressif o
ESP32-WROOM-32 Series
^^^^^^^^^^^^^^^^^^^^^^

- v2.2.0.0 `ESP32-WROOM-32_AT_Bin_V2.2.0.0.zip <https://download.espressif.com/esp_at/firmware/ESP32/ESP32_WROOM/ESP32-WROOM-32_AT_Bin_V2.2.0.0.zip>`__ (Recommended)
- v2.4.0.0 `ESP32-WROOM-32_AT_Bin_V2.4.0.0.zip <https://download.espressif.com/esp_at/firmware/ESP32/ESP32_WROOM/ESP32-WROOM-32_AT_Bin_V2.4.0.0.zip>`__ (Recommended)
- v2.2.0.0 `ESP32-WROOM-32_AT_Bin_V2.2.0.0.zip <https://download.espressif.com/esp_at/firmware/ESP32/ESP32_WROOM/ESP32-WROOM-32_AT_Bin_V2.2.0.0.zip>`__
- v2.1.0.0 `ESP32-WROOM-32_AT_Bin_V2.1.0.0.zip <https://download.espressif.com/esp_at/firmware/ESP32/ESP32_WROOM/ESP32-WROOM-32_AT_Bin_V2.1.0.0.zip>`__
- v2.0.0.0 `ESP32-WROOM-32_AT_Bin_V2.0.0.0.zip <https://download.espressif.com/esp_at/firmware/ESP32/ESP32_WROOM/ESP32-WROOM-32_AT_Bin_V2.0.zip>`__
- v1.1.2.0 `ESP32-WROOM-32_AT_Bin_V1.1.2.0.zip <https://download.espressif.com/esp_at/firmware/ESP32/ESP32_WROOM/ESP32-WROOM-32_AT_Bin_V1.1.2.0.zip>`__
Expand All @@ -23,7 +24,8 @@ ESP32-WROOM-32 Series
ESP32-MINI-1 Series
^^^^^^^^^^^^^^^^^^^

- v2.2.0.0 `ESP32-MINI-1_AT_Bin_V2.2.0.0.zip <https://download.espressif.com/esp_at/firmware/ESP32/ESP32_MINI/ESP32-MINI-1_AT_Bin_V2.2.0.0.zip>`__ (Recommended)
- v2.4.0.0 `ESP32-MINI-1_AT_Bin_V2.4.0.0.zip <https://download.espressif.com/esp_at/firmware/ESP32/ESP32_MINI/ESP32-MINI-1_AT_Bin_V2.4.0.0.zip>`__ (Recommended)
- v2.2.0.0 `ESP32-MINI-1_AT_Bin_V2.2.0.0.zip <https://download.espressif.com/esp_at/firmware/ESP32/ESP32_MINI/ESP32-MINI-1_AT_Bin_V2.2.0.0.zip>`__

.. _firmware-esp32-wrover-32-series:

Expand All @@ -32,21 +34,24 @@ ESP32-WROVER-32 Series

It is not recommended to use the ESP32-WROVER-B module due to hardware limit. Please use other WROVER series modules.

- v2.2.0.0 `ESP32-WROVER_AT_Bin_V2.2.0.0.zip <https://download.espressif.com/esp_at/firmware/ESP32/ESP32_WROVER/ESP32-WROVER_AT_Bin_V2.2.0.0.zip>`__ (Recommended)
- v2.4.0.0 `ESP32-WROVER_AT_Bin_V2.4.0.0.zip <https://download.espressif.com/esp_at/firmware/ESP32/ESP32_WROVER/ESP32-WROVER_AT_Bin_V2.4.0.0.zip>`__ (Recommended)
- v2.2.0.0 `ESP32-WROVER_AT_Bin_V2.2.0.0.zip <https://download.espressif.com/esp_at/firmware/ESP32/ESP32_WROVER/ESP32-WROVER_AT_Bin_V2.2.0.0.zip>`__
- v2.1.0.0 `ESP32-WROVER_AT_Bin_V2.1.0.0.zip <https://download.espressif.com/esp_at/firmware/ESP32/ESP32_WROVER/ESP32-WROVER_AT_Bin_V2.1.0.0.zip>`__
- v2.0.0.0 `ESP32-WROVER_AT_Bin_V2.0.0.0.zip <https://download.espressif.com/esp_at/firmware/ESP32/ESP32_WROVER/ESP32-WROVER_AT_Bin_V2.0.zip>`__
- v0.10.0.0 `ESP32-WROVER_AT_Bin_V0.10.0.0.zip <https://download.espressif.com/esp_at/firmware/ESP32/ESP32_WROVER/ESP32-WROVER_AT_Bin_V0.10.0.0.zip>`__

ESP32-PICO Series
^^^^^^^^^^^^^^^^^

- v2.2.0.0 `ESP32-PICO-D4_AT_Bin_V2.2.0.0.zip <https://download.espressif.com/esp_at/firmware/ESP32/ESP32_PICO_D4/ESP32-PICO-D4_AT_Bin_V2.2.0.0.zip>`__ (Recommended)
- v2.4.0.0 `ESP32-PICO-D4_AT_Bin_V2.4.0.0.zip <https://download.espressif.com/esp_at/firmware/ESP32/ESP32_PICO_D4/ESP32-PICO-D4_AT_Bin_V2.4.0.0.zip>`__ (Recommended)
- v2.2.0.0 `ESP32-PICO-D4_AT_Bin_V2.2.0.0.zip <https://download.espressif.com/esp_at/firmware/ESP32/ESP32_PICO_D4/ESP32-PICO-D4_AT_Bin_V2.2.0.0.zip>`__
- v2.1.0.0 `ESP32-PICO-D4_AT_Bin_V2.1.0.0.zip <https://download.espressif.com/esp_at/firmware/ESP32/ESP32_PICO_D4/ESP32-PICO-D4_AT_Bin_V2.1.0.0.zip>`__
- v2.0.0.0 `ESP32-PICO-D4_AT_Bin_V2.0.0.0.zip <https://download.espressif.com/esp_at/firmware/ESP32/ESP32_PICO_D4/ESP32-PICO-D4_AT_Bin_V2.0.zip>`__

ESP32-SOLO Series
^^^^^^^^^^^^^^^^^

- v2.2.0.0 `ESP32-SOLO_AT_Bin_V2.2.0.0.zip <https://download.espressif.com/esp_at/firmware/ESP32/ESP32_SOLO/ESP32-SOLO_AT_Bin_V2.2.0.0.zip>`__ (Recommended)
- v2.4.0.0 `ESP32-SOLO_AT_Bin_V2.4.0.0.zip <https://download.espressif.com/esp_at/firmware/ESP32/ESP32_SOLO/ESP32-SOLO_AT_Bin_V2.4.0.0.zip>`__ (Recommended)
- v2.2.0.0 `ESP32-SOLO_AT_Bin_V2.2.0.0.zip <https://download.espressif.com/esp_at/firmware/ESP32/ESP32_SOLO/ESP32-SOLO_AT_Bin_V2.2.0.0.zip>`__
- v2.1.0.0 `ESP32-SOLO_AT_Bin_V2.1.0.0.zip <https://download.espressif.com/esp_at/firmware/ESP32/ESP32_SOLO/ESP32-SOLO_AT_Bin_V2.1.0.0.zip>`__
- v2.0.0.0 `ESP32-SOLO_AT_Bin_V2.0.0.0.zip <https://download.espressif.com/esp_at/firmware/ESP32/ESP32_SOLO/ESP32-SOLO_AT_Bin_V2.0.zip>`__
3 changes: 2 additions & 1 deletion docs/zh_CN/AT_Binary_Lists/ESP32-C3_AT_binaries.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@
ESP32-C3-MINI-1 系列
^^^^^^^^^^^^^^^^^^^^^^

- v2.3.0.0 `ESP32-C3-MINI-1_AT_Bin_V2.3.0.0.zip <https://download.espressif.com/esp_at/firmware/ESP32C3/ESP32-C3-MINI-1_AT_Bin_V2.3.0.0.zip>`__ (推荐)
- v2.4.0.0 `ESP32-C3-MINI-1_AT_Bin_V2.4.0.0.zip <https://download.espressif.com/esp_at/firmware/ESP32C3/ESP32-C3-MINI-1_AT_Bin_V2.4.0.0.zip>`__ (推荐)
- v2.3.0.0 `ESP32-C3-MINI-1_AT_Bin_V2.3.0.0.zip <https://download.espressif.com/esp_at/firmware/ESP32C3/ESP32-C3-MINI-1_AT_Bin_V2.3.0.0.zip>`__
- v2.2.0.0 `ESP32-C3-MINI-1_AT_Bin_V2.2.0.0.zip <https://download.espressif.com/esp_at/firmware/ESP32C3/ESP32-C3-MINI-1_AT_Bin_V2.2.0.0.zip>`__
15 changes: 10 additions & 5 deletions docs/zh_CN/AT_Binary_Lists/ESP32_AT_binaries.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
ESP32-WROOM-32 系列
^^^^^^^^^^^^^^^^^^^^^^

- v2.2.0.0 `ESP32-WROOM-32_AT_Bin_V2.2.0.0.zip <https://download.espressif.com/esp_at/firmware/ESP32/ESP32_WROOM/ESP32-WROOM-32_AT_Bin_V2.2.0.0.zip>`__ (推荐)
- v2.4.0.0 `ESP32-WROOM-32_AT_Bin_V2.4.0.0.zip <https://download.espressif.com/esp_at/firmware/ESP32/ESP32_WROOM/ESP32-WROOM-32_AT_Bin_V2.4.0.0.zip>`__ (推荐)
- v2.2.0.0 `ESP32-WROOM-32_AT_Bin_V2.2.0.0.zip <https://download.espressif.com/esp_at/firmware/ESP32/ESP32_WROOM/ESP32-WROOM-32_AT_Bin_V2.2.0.0.zip>`__
- v2.1.0.0 `ESP32-WROOM-32_AT_Bin_V2.1.0.0.zip <https://download.espressif.com/esp_at/firmware/ESP32/ESP32_WROOM/ESP32-WROOM-32_AT_Bin_V2.1.0.0.zip>`__
- v2.0.0.0 `ESP32-WROOM-32_AT_Bin_V2.0.0.0.zip <https://download.espressif.com/esp_at/firmware/ESP32/ESP32_WROOM/ESP32-WROOM-32_AT_Bin_V2.0.zip>`__
- v1.1.2.0 `ESP32-WROOM-32_AT_Bin_V1.1.2.0.zip <https://download.espressif.com/esp_at/firmware/ESP32/ESP32_WROOM/ESP32-WROOM-32_AT_Bin_V1.1.2.0.zip>`__
Expand All @@ -23,7 +24,8 @@ ESP32-WROOM-32 系列
ESP32-MINI-1 系列
^^^^^^^^^^^^^^^^^^^

- v2.2.0.0 `ESP32-MINI-1_AT_Bin_V2.2.0.0.zip <https://download.espressif.com/esp_at/firmware/ESP32/ESP32_MINI/ESP32-MINI-1_AT_Bin_V2.2.0.0.zip>`__ (推荐)
- v2.4.0.0 `ESP32-MINI-1_AT_Bin_V2.4.0.0.zip <https://download.espressif.com/esp_at/firmware/ESP32/ESP32_MINI/ESP32-MINI-1_AT_Bin_V2.4.0.0.zip>`__ (推荐)
- v2.2.0.0 `ESP32-MINI-1_AT_Bin_V2.2.0.0.zip <https://download.espressif.com/esp_at/firmware/ESP32/ESP32_MINI/ESP32-MINI-1_AT_Bin_V2.2.0.0.zip>`__

.. _firmware-esp32-wrover-32-series:

Expand All @@ -32,21 +34,24 @@ ESP32-WROVER-32 系列

由于硬件限制,不推荐使用 ESP32-WROVER-B 模组,请使用其他 WROVER 系列模组。

- v2.2.0.0 `ESP32-WROVER_AT_Bin_V2.2.0.0.zip <https://download.espressif.com/esp_at/firmware/ESP32/ESP32_WROVER/ESP32-WROVER_AT_Bin_V2.2.0.0.zip>`__ (推荐)
- v2.4.0.0 `ESP32-WROVER_AT_Bin_V2.4.0.0.zip <https://download.espressif.com/esp_at/firmware/ESP32/ESP32_WROVER/ESP32-WROVER_AT_Bin_V2.4.0.0.zip>`__ (推荐)
- v2.2.0.0 `ESP32-WROVER_AT_Bin_V2.2.0.0.zip <https://download.espressif.com/esp_at/firmware/ESP32/ESP32_WROVER/ESP32-WROVER_AT_Bin_V2.2.0.0.zip>`__
- v2.1.0.0 `ESP32-WROVER_AT_Bin_V2.1.0.0.zip <https://download.espressif.com/esp_at/firmware/ESP32/ESP32_WROVER/ESP32-WROVER_AT_Bin_V2.1.0.0.zip>`__
- v2.0.0.0 `ESP32-WROVER_AT_Bin_V2.0.0.0.zip <https://download.espressif.com/esp_at/firmware/ESP32/ESP32_WROVER/ESP32-WROVER_AT_Bin_V2.0.zip>`__
- v0.10.0.0 `ESP32-WROVER_AT_Bin_V0.10.0.0.zip <https://download.espressif.com/esp_at/firmware/ESP32/ESP32_WROVER/ESP32-WROVER_AT_Bin_V0.10.0.0.zip>`__

ESP32-PICO 系列
^^^^^^^^^^^^^^^^^

- v2.2.0.0 `ESP32-PICO-D4_AT_Bin_V2.2.0.0.zip <https://download.espressif.com/esp_at/firmware/ESP32/ESP32_PICO_D4/ESP32-PICO-D4_AT_Bin_V2.2.0.0.zip>`__ (推荐)
- v2.4.0.0 `ESP32-PICO-D4_AT_Bin_V2.4.0.0.zip <https://download.espressif.com/esp_at/firmware/ESP32/ESP32_PICO_D4/ESP32-PICO-D4_AT_Bin_V2.4.0.0.zip>`__ (推荐)
- v2.2.0.0 `ESP32-PICO-D4_AT_Bin_V2.2.0.0.zip <https://download.espressif.com/esp_at/firmware/ESP32/ESP32_PICO_D4/ESP32-PICO-D4_AT_Bin_V2.2.0.0.zip>`__
- v2.1.0.0 `ESP32-PICO-D4_AT_Bin_V2.1.0.0.zip <https://download.espressif.com/esp_at/firmware/ESP32/ESP32_PICO_D4/ESP32-PICO-D4_AT_Bin_V2.1.0.0.zip>`__
- v2.0.0.0 `ESP32-PICO-D4_AT_Bin_V2.0.0.0.zip <https://download.espressif.com/esp_at/firmware/ESP32/ESP32_PICO_D4/ESP32-PICO-D4_AT_Bin_V2.0.zip>`__

ESP32-SOLO 系列
^^^^^^^^^^^^^^^^^

- v2.2.0.0 `ESP32-SOLO_AT_Bin_V2.2.0.0.zip <https://download.espressif.com/esp_at/firmware/ESP32/ESP32_SOLO/ESP32-SOLO_AT_Bin_V2.2.0.0.zip>`__ (推荐)
- v2.4.0.0 `ESP32-SOLO_AT_Bin_V2.4.0.0.zip <https://download.espressif.com/esp_at/firmware/ESP32/ESP32_SOLO/ESP32-SOLO_AT_Bin_V2.4.0.0.zip>`__ (推荐)
- v2.2.0.0 `ESP32-SOLO_AT_Bin_V2.2.0.0.zip <https://download.espressif.com/esp_at/firmware/ESP32/ESP32_SOLO/ESP32-SOLO_AT_Bin_V2.2.0.0.zip>`__
- v2.1.0.0 `ESP32-SOLO_AT_Bin_V2.1.0.0.zip <https://download.espressif.com/esp_at/firmware/ESP32/ESP32_SOLO/ESP32-SOLO_AT_Bin_V2.1.0.0.zip>`__
- v2.0.0.0 `ESP32-SOLO_AT_Bin_V2.0.0.0.zip <https://download.espressif.com/esp_at/firmware/ESP32/ESP32_SOLO/ESP32-SOLO_AT_Bin_V2.0.zip>`__
2 changes: 1 addition & 1 deletion module_config/module_esp32-d2wd/sdkconfig.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ CONFIG_AT_HTTP_COMMAND_SUPPORT=y
CONFIG_AT_PROCESS_TASK_STACK_SIZE=6144
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.4.0"

# Wear Levelling
CONFIG_WL_SECTOR_SIZE_512=y
Expand Down
2 changes: 1 addition & 1 deletion module_config/module_esp32-d2wd/sdkconfig_silence.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ CONFIG_AT_HTTP_COMMAND_SUPPORT=y
CONFIG_AT_PROCESS_TASK_STACK_SIZE=6144
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.4.0"

# Wear Levelling
CONFIG_WL_SECTOR_SIZE_512=y
Expand Down
2 changes: 1 addition & 1 deletion module_config/module_esp32-sdio/sdkconfig.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ CONFIG_AT_HTTP_COMMAND_SUPPORT=y
CONFIG_AT_PROCESS_TASK_STACK_SIZE=6144
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.4.0"

# Wear Levelling
CONFIG_WL_SECTOR_SIZE_512=y
Expand Down
2 changes: 1 addition & 1 deletion module_config/module_esp32-sdio/sdkconfig_silence.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ CONFIG_AT_HTTP_COMMAND_SUPPORT=y
CONFIG_AT_PROCESS_TASK_STACK_SIZE=6144
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.4.0"

# Wear Levelling
CONFIG_WL_SECTOR_SIZE_512=y
Expand Down
2 changes: 1 addition & 1 deletion module_config/module_esp32_default/sdkconfig.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,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.4.0"

# Wear Levelling
CONFIG_WL_SECTOR_SIZE_512=y
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,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.4.0"

# Wear Levelling
CONFIG_WL_SECTOR_SIZE_512=y
Expand Down
2 changes: 1 addition & 1 deletion module_config/module_esp32_qcloud/sdkconfig.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,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.4.0"
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 @@ -123,7 +123,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.4.0"
CONFIG_AT_QCLOUD_IOT_COMMAND_SUPPORT=y
CONFIG_AT_QCLOUD_IOT_GENERATE_FACTORY_INFO=y

Expand Down
2 changes: 1 addition & 1 deletion module_config/module_esp32c3-spi/sdkconfig.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ CONFIG_AT_HTTP_COMMAND_SUPPORT=y
CONFIG_AT_PROCESS_TASK_STACK_SIZE=6144
CONFIG_AT_OTA_SUPPORT=n
CONFIG_AT_SOCKET_MAX_CONN_NUM=5
CONFIG_ESP_AT_FW_VERSION="2.3.0"
CONFIG_ESP_AT_FW_VERSION="2.4.0"

# Wear Levelling
CONFIG_WL_SECTOR_SIZE_512=y
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ CONFIG_AT_HTTP_COMMAND_SUPPORT=y
CONFIG_AT_PROCESS_TASK_STACK_SIZE=6144
CONFIG_AT_OTA_SUPPORT=n
CONFIG_AT_SOCKET_MAX_CONN_NUM=5
CONFIG_ESP_AT_FW_VERSION="2.3.0"
CONFIG_ESP_AT_FW_VERSION="2.4.0"

# Wear Levelling
CONFIG_WL_SECTOR_SIZE_512=y
Expand Down
2 changes: 1 addition & 1 deletion module_config/module_esp32c3_default/sdkconfig.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,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.3.0"
CONFIG_ESP_AT_FW_VERSION="2.4.0"

# Wear Levelling
CONFIG_WL_SECTOR_SIZE_512=y
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,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.3.0"
CONFIG_ESP_AT_FW_VERSION="2.4.0"

# Wear Levelling
CONFIG_WL_SECTOR_SIZE_512=y
Expand Down
2 changes: 1 addition & 1 deletion module_config/module_esp32c3_qcloud/sdkconfig.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,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.3.0"
CONFIG_ESP_AT_FW_VERSION="2.4.0"
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 @@ -131,7 +131,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.3.0"
CONFIG_ESP_AT_FW_VERSION="2.4.0"
CONFIG_AT_QCLOUD_IOT_COMMAND_SUPPORT=y
CONFIG_AT_QCLOUD_IOT_GENERATE_FACTORY_INFO=y

Expand Down
Loading

0 comments on commit 792c138

Please sign in to comment.