Skip to content

Commit 53721af

Browse files
committed
fix(wifi_remote): Update per v5.0 espressif/esp-idf@269f1d110d3e
1 parent 71aeaee commit 53721af

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

components/esp_wifi_remote/idf_v5.5/Kconfig.wifi.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,7 @@ config WIFI_RMT_SLP_IRAM_OPT
323323
select PM_SLP_DEFAULT_PARAMS_OPT
324324
select PM_SLEEP_FUNC_IN_IRAM
325325
select ESP_PERIPH_CTRL_FUNC_IN_IRAM
326+
select ESP_PHY_IRAM_OPT
326327
default y if SLAVE_SOC_WIFI_HE_SUPPORT
327328
help
328329
Select this option to place called Wi-Fi library TBTT process and receive beacon functions in IRAM.

components/esp_wifi_remote/idf_v5.5/include/injected/esp_now.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ typedef void (*esp_now_recv_cb_t)(const esp_now_recv_info_t * esp_now_info, cons
113113

114114
/**
115115
* @brief Callback function of sending ESPNOW data
116-
* @param esp_now_send_info_t Sending information for ESPNOW data
116+
* @param tx_info Sending information for ESPNOW data
117117
* @param status status of sending ESPNOW data (succeed or fail). This is will be removed later, since the tx_info->tx_status also works.
118118
*/
119119
typedef void (*esp_now_send_cb_t)(const esp_now_send_info_t *tx_info, esp_now_send_status_t status);

0 commit comments

Comments
 (0)