fix(docs): update the migration-guides for espnow change

This commit is contained in:
zhangyanjiao
2025-03-26 11:34:32 +08:00
parent a8bd4f0929
commit f73e8b2320
4 changed files with 23 additions and 0 deletions

View File

@@ -9,3 +9,4 @@ Migration from 5.4 to 5.5
system system
peripherals peripherals
protocols protocols
wifi

View 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``.

View File

@@ -9,3 +9,4 @@
system system
peripherals peripherals
protocols protocols
wifi

View 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``