Skip to content

ESPNOW Configs

suraj inamdar edited this page Apr 18, 2020 · 1 revision

ESPNOW Configs

Espnow configs are defined in EspnowConfig.h file under general config folder. Here we defined the some required espnow parameters and device information structures. This config is mainly used by EspNow service provider file

esp_now_peer_t is structure holds the data from devices in networks which sends their individual data through espnow

esp_now_device_t this structure hold device mac and its hop/mesh level data. table of this data type of structure helps to know each other that who informing who.

ESPnow service provider uses these tables of network data, individual global config data, individual ssid & password data as payload which is encrypted and decrypted at each end of device before send and receive

Clone this wiki locally