Skip to content

Commit c7d7dc1

Browse files
author
Mattia Bertorello
committed
10 Hz data rate are too much for the actual use cases, decrease to 2Hz
1 parent e2af1d1 commit c7d7dc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ArduinoIoTCloud.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ class ArduinoIoTCloudClass {
8787

8888
#define addProperty( v, ...) addPropertyReal(v, #v, __VA_ARGS__)
8989

90-
static unsigned long const DEFAULT_MIN_TIME_BETWEEN_UPDATES_MILLIS = 100; /* Data rate throttled to 10 Hz */
90+
static unsigned long const DEFAULT_MIN_TIME_BETWEEN_UPDATES_MILLIS = 500; /* Data rate throttled to 2 Hz */
9191

9292

9393

0 commit comments

Comments
 (0)