diff options
| author | Angus Gratton <angus@redyak.com.au> | 2025-11-20 13:01:42 +1100 |
|---|---|---|
| committer | Damien George <damien@micropython.org> | 2025-11-25 11:56:33 +1100 |
| commit | 938e2c0f2b79c983202cbeccd0bc91e13eff13d2 (patch) | |
| tree | b87b3bf85f76d927b9d13eb7482a3d9bbadc68b2 /docs/library | |
| parent | 7e10d22134dabf41e2208aea292774c852d95d13 (diff) | |
tests/multi_espnow: Add test case for espnow rate changes.
Uses constants added in previous commit.
This work was funded through GitHub Sponsors.
Signed-off-by: Angus Gratton <angus@redyak.com.au>
Diffstat (limited to 'docs/library')
| -rw-r--r-- | docs/library/espnow.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/library/espnow.rst b/docs/library/espnow.rst index 4b4b058f8..14a92c114 100644 --- a/docs/library/espnow.rst +++ b/docs/library/espnow.rst @@ -172,7 +172,7 @@ Configuration api-reference/network/esp_wifi.html#_CPPv415wifi_phy_rate_t>`_. This parameter is actually *write-only* due to ESP-IDF not providing any means for querying the radio interface's rate parameter. - See also `espnow-long-range`. + See also `espnow-long-range`. This API currently doesn't work on ESP32-C6. .. data:: Returns: |
