1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-29 22:24:26 +00:00

[espnow, web_server_idf] Fix IDF 5.5 compile issues (#10068)

This commit is contained in:
Jonathan Swoboda
2025-08-04 14:56:34 -04:00
committed by GitHub
parent d59476d0e1
commit 701e6099aa
2 changed files with 2 additions and 2 deletions

View File

@@ -49,7 +49,7 @@ class ESPNowPacket {
#if ESP_IDF_VERSION >= ESP_IDF_VERSION_VAL(5, 5, 0)
// Constructor for sent data
ESPNowPacket(const esp_now_send_info_t *info, esp_now_send_status_t status) {
this->init_sent_data(info->src_addr, status);
this->init_sent_data_(info->src_addr, status);
}
#else
// Constructor for sent data