ESPHome 2025.9.0-dev
Loading...
Searching...
No Matches
espnow_component.cpp File Reference

Go to the source code of this file.

Namespaces

namespace  esphome
 Providing packet encoding functions for exchanging data with a remote host.
 
namespace  esphome::espnow
 

Functions

std::string esphome::espnow::peer_str (uint8_t *peer)
 
void esphome::espnow::on_send_report (const esp_now_send_info_t *info, esp_now_send_status_t status) void on_send_report(const uint8_t *mac_addr
 
 esphome::espnow::if (packet==nullptr)
 
packet esphome::espnow::load_sent_data (info->des_addr, status)
 
packet esphome::espnow::load_sent_data (mac_addr, status)
 
global_esp_now receive_packet_queue_ esphome::espnow::push (packet)
 
void esphome::espnow::on_data_received (const esp_now_recv_info_t *info, const uint8_t *data, int size)
 

Variables

ESPNowComponentesphome::espnow::global_esp_now = nullptr
 
void esp_now_send_status_t esphome::espnow::status