Skip to content

Commit f73e8b2

Browse files
fix(docs): update the migration-guides for espnow change
1 parent a8bd4f0 commit f73e8b2

File tree

4 files changed

+23
-0
lines changed

4 files changed

+23
-0
lines changed

docs/en/migration-guides/release-5.x/5.5/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ Migration from 5.4 to 5.5
99
system
1010
peripherals
1111
protocols
12+
wifi
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
Wi-Fi
2+
======
3+
4+
:link_to_translation:`zh_CN:[中文]`
5+
6+
7+
Breaking Changes
8+
~~~~~~~~~~~~~~~~
9+
10+
The parameters for the ESP-NOW sending data callback function has changed from ``uint8_t *mac_addr`` to ``esp_now_send_info_t *tx_info``.

docs/zh_CN/migration-guides/release-5.x/5.5/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@
99
system
1010
peripherals
1111
protocols
12+
wifi
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
Wi-Fi
2+
=====
3+
4+
:link_to_translation:`en:[English]`
5+
6+
7+
重大更新
8+
~~~~~~~~
9+
10+
ESP-NOW 的发包回调函数的参数从 ``uint8_t *mac_addr`` 变为 ``esp_now_send_info_t *tx_info``。
11+

0 commit comments

Comments
 (0)