|
SPSP
Simple publish-subscribe protocol. Connects low power IoT clients to MQTT.
|
ESP-NOW packet header. More...
#include <espnow_packet.hpp>
Public Attributes | |
| uint32_t | ssid |
| Service set identifier. | |
| uint8_t | nonce [NONCE_LEN] |
| Encryption nonce. | |
| uint8_t | version |
| Current protocol version. | |
ESP-NOW packet header.
Constains SSID and encryption nonce.
Definition at line 29 of file espnow_packet.hpp.
1.8.17