Skip to content

Commit

Permalink
Merge branch 'docs/fix_at_firmware_validity_period_description' into …
Browse files Browse the repository at this point in the history
…'master'

docs: fix AT firmware validity period description

See merge request application/esp-at!1585
  • Loading branch information
xcguang committed Jul 12, 2024
2 parents edf97ed + 894e0e3 commit 113702d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/en/AT_Binary_Lists/esp_at_binaries.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ It is recommended to use the lastest version of firmware. Currently, Espressif r
- Currently, {IDF_TARGET_NAME} AT released firmware does not support most of :ref:`Bluetooth® Low Energy AT Commands <BLE-AT>` (excluding BluFi commands). If you only need to use :ref:`Basic AT Commands <Basic-AT>` and :ref:`Bluetooth® Low Energy AT Commands <BLE-AT>` on {IDF_TARGET_NAME}, follow the steps described in :doc:`How_to_download_the_latest_temporary_version_of_AT_from_github <../Compile_and_Develop/How_to_build_project_with_web_page>` to directly download the esp32c2-ble-2mb-at firmware, or compile this firmware by yourself following the steps in the :doc:`How_to_clone_project_and_compile_it <../Compile_and_Develop/How_to_clone_project_and_compile_it>` (Note: When setting up the environment in step three of the document, choose ESP32C2-BLE-2MB).

- This firmware currently does not support OTA function.
- AT firmware on GitHub will automatically expire after 6 months, so please save the downloaded AT firmware.
- AT firmware on GitHub will automatically expire after 90 days, so please save the downloaded AT firmware.

.. only:: esp32

Expand Down
2 changes: 1 addition & 1 deletion docs/zh_CN/AT_Binary_Lists/esp_at_binaries.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
- 目前,所有发布的 {IDF_TARGET_NAME} AT 固件尚不支持大部分的 :ref:`Bluetooth® Low Energy AT 命令 <BLE-AT>` (BluFi 命令支持),如果您在 {IDF_TARGET_NAME} 上只需要使用 :ref:`基础 AT 命令 <Basic-AT>` 和 :ref:`Bluetooth® Low Energy AT 命令 <BLE-AT>`,可以根据 :doc:`如何从 GitHub Actions 里下载 ESP-AT 固件文档 <../Compile_and_Develop/How_to_build_project_with_web_page>` 的流程直接下载 ``esp32c2-ble-2mb-at`` 固件,或者根据 :doc:`本地编译 ESP-AT 工程文档 <../Compile_and_Develop/How_to_clone_project_and_compile_it>` 自行编译此固件(注意:在文档的第三步安装环境时,请选择 ESP32C2-BLE-2MB)。

- 此固件不支持 OTA 功能。
- GitHub 上的 AT 固件会在到达 6 个月有效期后自动失效,请自行保存下载的 AT 固件。
- GitHub 上的 AT 固件会在到达 90天有效期后自动失效,请自行保存下载的 AT 固件。

.. only:: esp32

Expand Down

0 comments on commit 113702d

Please sign in to comment.