microsoft / azure-iot-central-esp32-sample

An end-to-end example code to connect an ESP32 board with Azure IoT Central and send temperature, humidity, and light data from sensors.
Other
13 stars 5 forks source link

TELEMETRY_FREQUENCY_IN_SECONDS #6

Open EugeneZinn opened 1 year ago

EugeneZinn commented 1 year ago

Good Afternoon.

Changing the figure on iot_configs.h - #define TELEMETRY_FREQUENCY_IN_SECONDS does not seem to change anything.

I tied 60, 600, 6000 nothing changed.

According to my serial monitor, the telemetry gets sent every 10 seconds regardless of the above setting.

Otherwise works very well. Thank you.

Please advise