ESP-IDF + 0/1 examples
SourceVu will show references to esp_now_peer_info from the following samples and libraries:
 
Symbols
loading...
Files
loading...
SummarySyntaxRelatedExamplesReferencesInstances

Fields

Field
Declared as
Description
ESPNOW peer MAC address that is also the MAC address of station or softap.
ESPNOW peer local master key that is used to encrypt data.
uint8_t
Wi-Fi channel that peer uses to send/receive ESPNOW data. If the value is 0, use the current channel which station or softap is on. Otherwise, it must be set as the channel that station or softap is on.
Wi-Fi interface that peer uses to send/receive ESPNOW data.
bool
ESPNOW data that this peer sends/receives is encrypted or not.
void *
ESPNOW peer private data.