mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-27 19:13:21 +00:00
docs: Update CN translation for misc_system_api.rst
This commit is contained in:
committed by
Konstantin Kondrashov
parent
690256b982
commit
e8618a531b
@@ -39,7 +39,22 @@ MAC 地址
|
||||
|
||||
在 ESP-IDF 中,各个网络接口的 MAC 地址是根据单个 **基准 MAC 地址 (Base MAC address)** 计算出来的。默认情况下使用乐鑫指定的基准 MAC 地址,该基准地址在产品生产过程中已预烧录至 {IDF_TARGET_NAME} eFuse。
|
||||
|
||||
.. only:: not esp32s2
|
||||
.. only:: esp32p4
|
||||
|
||||
.. list-table::
|
||||
:widths: 20 80
|
||||
:header-rows: 1
|
||||
|
||||
* - 接口
|
||||
- MAC 地址(一个默认的通用管理地址)
|
||||
* - 以太网
|
||||
- base_mac
|
||||
|
||||
.. note::
|
||||
|
||||
在 ESP32-P4 上,:ref:`CONFIG_{IDF_TARGET_CFG_PREFIX}_UNIVERSAL_MAC_ADDRESSES` 固定为单个通用管理型 MAC 地址。
|
||||
|
||||
.. only:: (not esp32s2) and (not esp32p4)
|
||||
|
||||
.. list-table::
|
||||
:widths: 20 40 40
|
||||
|
||||
Reference in New Issue
Block a user