Skip to content

Commit

Permalink
Merge branch 'mesh/bugfix_fix_heap_corrupt_issue_v4.4' into 'release/…
Browse files Browse the repository at this point in the history
…v4.4'

esp_wifi: fix bugs in LR and mesh (backport v4.4)

See merge request espressif/esp-idf!23127
  • Loading branch information
jack0c committed Apr 11, 2023
2 parents 8e55945 + 37ff6b2 commit 7534dac
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/en/api-reference/network/esp_now.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ ESP-NOW uses a vendor-specific action frame to transmit ESP-NOW data. The defaul
------------------------------------------------------------------------------------------------------------
| MAC Header | Category Code | Organization Identifier | Random Values | Vendor Specific Content | FCS |
------------------------------------------------------------------------------------------------------------
24 bytes 1 byte 3 bytes 4 bytes 7~255 bytes 4 bytes
24 bytes 1 byte 3 bytes 4 bytes 7~257 bytes 4 bytes

- Category Code: The Category Code field is set to the value(127) indicating the vendor-specific category.
- Organization Identifier: The Organization Identifier contains a unique identifier (0x18fe34), which is the first three bytes of MAC address applied by Espressif.
Expand Down
2 changes: 1 addition & 1 deletion docs/zh_CN/api-reference/network/esp_now.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ ESP-NOW 使用各个供应商的动作帧传输数据,默认比特率为 1 Mbp
-----------------------------------------------------------------------------------------
| MAC 报头 | 分类代码 | 组织标识符 | 随机值 | 供应商特定内容 | FCS |
-----------------------------------------------------------------------------------------
24 字节 1 字节 3 字节 4 字节 7~255 字节 4 字节
24 字节 1 字节 3 字节 4 字节 7~257 字节 4 字节

- 分类代码:分类代码字段可用于指示各个供应商的类别(比如 127)。
- 组织标识符:组织标识符包含一个唯一标识符 (比如 0x18fe34),为乐鑫指定的 MAC 地址的前三个字节。
Expand Down

0 comments on commit 7534dac

Please sign in to comment.