Loading...
Searching...
No Matches
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

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.
 

Field Documentation

◆ channel

uint8_t esp_now_params_t::channel

Channel used for ESP-NOW nodes.

Definition at line 109 of file esp_now_params.h.

◆ key

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.

◆ scan_period

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.

◆ softap_pass

const char* esp_now_params_t::softap_pass

Passphrase used for the SoftAP interface.

Definition at line 108 of file esp_now_params.h.


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