esp_now_params_t Struct Reference

Struct holding all parameters needed for device initialization. More...

Detailed Description

Struct holding all parameters needed for device initialization.

Definition at line 104 of file esp_now_params.h.

#include <esp_now_params.h>

Data Fields

uint8_t * key
 key of type uint8_t [16] or NULL (no encryption)
 
uint32_t scan_period
 Period at which the node scans for other nodes.
 
char * softap_pass
 Passphrase used for the SoftAP interface.
 
uint8_t channel
 Channel used for ESP-NOW nodes.
 

The documentation for this struct was generated from the following file: