forked from espressif/esp-idf
fix(docs): update the migration-guides for espnow change
This commit is contained in:
@@ -9,3 +9,4 @@ Migration from 5.4 to 5.5
|
|||||||
system
|
system
|
||||||
peripherals
|
peripherals
|
||||||
protocols
|
protocols
|
||||||
|
wifi
|
||||||
|
10
docs/en/migration-guides/release-5.x/5.5/wifi.rst
Normal file
10
docs/en/migration-guides/release-5.x/5.5/wifi.rst
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
Wi-Fi
|
||||||
|
======
|
||||||
|
|
||||||
|
:link_to_translation:`zh_CN:[中文]`
|
||||||
|
|
||||||
|
|
||||||
|
Breaking Changes
|
||||||
|
~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
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``.
|
@@ -9,3 +9,4 @@
|
|||||||
system
|
system
|
||||||
peripherals
|
peripherals
|
||||||
protocols
|
protocols
|
||||||
|
wifi
|
||||||
|
11
docs/zh_CN/migration-guides/release-5.x/5.5/wifi.rst
Normal file
11
docs/zh_CN/migration-guides/release-5.x/5.5/wifi.rst
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
Wi-Fi
|
||||||
|
=====
|
||||||
|
|
||||||
|
:link_to_translation:`en:[English]`
|
||||||
|
|
||||||
|
|
||||||
|
重大更新
|
||||||
|
~~~~~~~~
|
||||||
|
|
||||||
|
ESP-NOW 的发包回调函数的参数从 ``uint8_t *mac_addr`` 变为 ``esp_now_send_info_t *tx_info``。
|
||||||
|
|
Reference in New Issue
Block a user