Edgehog Device SDK ESP32
ESP32 device SDK for the Edgehog platform
|
Edgehog device configuration struct. More...
#include <edgehog_device.h>
Data Fields | |
telemetry_type_t | type |
long | period_seconds |
Edgehog device configuration struct.
Example: edgehog_device_telemetry_config_t telemetry_config = { .type = EDGEHOG_TELEMETRY_WIFI_SCAN, .period_seconds = 5 };