SPSP
Simple publish-subscribe protocol. Connects low power IoT clients to MQTT.
All Classes Files Functions Variables Typedefs Enumerations
Public Attributes | List of all members
SPSP::LocalLayers::ESPNOW::Config Struct Reference

ESP-NOW configuration. More...

#include <espnow_types.hpp>

Public Attributes

uint32_t ssid = 0x00000000
 Numeric SSID.
 
std::string password = std::string(32, 0x00)
 Password for packet payload encryption (must be 32 bytes long!)
 
std::chrono::milliseconds connectToBridgeChannelWaiting = std::chrono::milliseconds(100)
 How long to wait for responses from bridge before switching to another WiFi channel.
 
std::string probePayload = ""
 

Detailed Description

ESP-NOW configuration.

Definition at line 26 of file espnow_types.hpp.

Member Data Documentation

◆ probePayload

std::string SPSP::LocalLayers::ESPNOW::Config::probePayload = ""

Payload of PROBE_REQ message (gets reported to MQTT if config.reporting.probePayload = true on bridge) You probably want to put compile date or firmware version here.

Definition at line 37 of file espnow_types.hpp.


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