diff --git a/docs/en/api-reference/protocols/modbus.rst b/docs/en/api-reference/protocols/modbus.rst index 4de7c3f360..c74978e2f2 100644 --- a/docs/en/api-reference/protocols/modbus.rst +++ b/docs/en/api-reference/protocols/modbus.rst @@ -29,6 +29,6 @@ Please refer to the ``README.md`` documents of each specific example for details Protocol References ------------------- - - - For the detailed protocol specifications, see `The Modbus Organization `_. + - For the detailed protocol specifications, see `The Modbus Organization `_. diff --git a/docs/zh_CN/api-reference/protocols/modbus.rst b/docs/zh_CN/api-reference/protocols/modbus.rst index 9d14b7a6a9..3d88cbcfba 100644 --- a/docs/zh_CN/api-reference/protocols/modbus.rst +++ b/docs/zh_CN/api-reference/protocols/modbus.rst @@ -3,7 +3,7 @@ ESP-Modbus :link_to_translation:`en:[English]` 乐鑫的 ESP-Modbus 库 (esp-modbus) 支持基于 RS485、Wi-Fi 和以太网接口的 Modbus 通信。 -自 ESP-IDF v5.0 版本以来, 组件 ``freemodbus`` 已被移动到单独的存储库中: +自 ESP-IDF v5.0 版本以来, 组件 ``freemodbus`` 已被移动到单独的代码仓库中: * `GitHub 上的 ESP-Modbus 组件 `__ diff --git a/docs/zh_CN/libraries-and-frameworks/libs-frameworks.rst b/docs/zh_CN/libraries-and-frameworks/libs-frameworks.rst index 646e418f7f..686cf10b6d 100644 --- a/docs/zh_CN/libraries-and-frameworks/libs-frameworks.rst +++ b/docs/zh_CN/libraries-and-frameworks/libs-frameworks.rst @@ -1,5 +1,5 @@ -乐鑫框架 -====================== +其他库和开发框架 +============================= :link_to_translation:`en:[English]` 本文展示了一系列乐鑫官方发布的库和框架。 @@ -32,7 +32,7 @@ ESP-DSP ESP-DSP 提供了针对数字信号处理应用优化的算法,该库支持: * 矩阵乘法 -* 点乘 +* 点积 * 快速傅立叶变换 (FFT) * 无线脉冲响应 (IIR) * 有限脉冲响应 (FIR)