Skip to content

Commit dfc1877

Browse files
authored
Merge pull request #40 from mattiabertorello/decrease-data-rate-throttled
10 Hz data rate are too much for the actual use cases, decrease to 2Hz
2 parents e2af1d1 + c7d7dc1 commit dfc1877

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)