Skip to content

Commit

Permalink
Merge pull request #40 from mattiabertorello/decrease-data-rate-throt…
Browse files Browse the repository at this point in the history
…tled

10 Hz data rate are too much for the actual use cases, decrease to 2Hz
  • Loading branch information
ubidefeo authored Mar 19, 2019
2 parents e2af1d1 + c7d7dc1 commit dfc1877
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ArduinoIoTCloud.h
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ class ArduinoIoTCloudClass {

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

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



Expand Down

0 comments on commit dfc1877

Please sign in to comment.