docs: update for esp32c6

This commit is contained in:
liuning
2023-05-23 20:20:54 +08:00
committed by xuxiao
parent 843107e9d6
commit ae425ec0b8
5 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -98,7 +98,7 @@ Config ESP-NOW Rate
.. only:: esp32c6
Call :cpp:func:`esp_now_set_peer_rate_config()` to config ESPNOW rate of each peer. Make sure that the peer is added before config rate. This API should be called after :cpp:func:`esp_wifi_start()` and :cpp:func:`esp_now_add_peer()`.
Call :cpp:func:`esp_now_set_peer_rate_config()` to configure ESP-NOW rate of each peer. Make sure that the peer is added before configuring the rate. This API should be called after :cpp:func:`esp_wifi_start()` and :cpp:func:`esp_now_add_peer()`.
.. note::