arduino-audio-tools
Public Attributes | List of all members
ESPNowStreamConfig Struct Reference

Configuration for ESP-NOW protocolö.W. More...

#include <ESPNowStream.h>

Public Attributes

uint16_t buffer_count = 400
 
uint16_t buffer_size = ESP_NOW_MAX_DATA_LEN
 
int channel = 0
 
uint16_t delay_after_failed_write_ms = 2000
 
uint16_t delay_after_write_ms = 2
 
const char * local_master_key = nullptr
 
const char * mac_address = nullptr
 
const char * password = nullptr
 
const char * primary_master_key = nullptr
 to encrypt set primary_master_key and local_master_key to 16 byte strings
 
wifi_phy_rate_t rate = WIFI_PHY_RATE_2M_S
 esp-now bit rate
 
void(* recveive_cb )(const esp_now_recv_info *info, const uint8_t *data, int data_len) = nullptr
 
const char * ssid = nullptr
 
bool use_send_ack = true
 
wifi_mode_t wifi_mode = WIFI_STA
 
int write_retry_count = -1
 

Detailed Description

Configuration for ESP-NOW protocolö.W.

Author
Phil Schatzmann

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