Struct holding all parameters needed for device initialization. More...
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 | |
const 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. | |
const char * | softap_pass |
Passphrase used for the SoftAP interface. | |
uint8_t | channel |
Channel used for ESP-NOW nodes. | |
uint8_t esp_now_params_t::channel |
Channel used for ESP-NOW nodes.
Definition at line 109 of file esp_now_params.h.
const uint8_t* esp_now_params_t::key |
key of type uint8_t [16] or NULL (no encryption)
Definition at line 106 of file esp_now_params.h.
uint32_t esp_now_params_t::scan_period |
Period at which the node scans for other nodes.
Definition at line 107 of file esp_now_params.h.
const char* esp_now_params_t::softap_pass |
Passphrase used for the SoftAP interface.
Definition at line 108 of file esp_now_params.h.