|
SPSP
Simple publish-subscribe protocol. Connects low power IoT clients to MQTT.
|
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 = "" |
ESP-NOW configuration.
Definition at line 26 of file espnow_types.hpp.
| 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.
1.8.17