Page 1 of 1

esp_now_set_peer_rate_config migration

Posted: Thu Aug 29, 2024 10:12 pm
by tannewt
Hi! I'm working to migrate our ESPNow API from esp_wifi_config_espnow_rate to esp_now_set_peer_rate_config. esp_now_set_peer_rate_config has three extra arguments, phymode, ersu and dcm. I'd like to know what these values default to so that I can be backwards compatible. My goal is for C6 ESPNow to work with older code on non-C6 devices.

The source of these functions is closed so I'm asking here. Thanks!