We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e2af1d1 + c7d7dc1 commit dfc1877Copy full SHA for dfc1877
src/ArduinoIoTCloud.h
@@ -87,7 +87,7 @@ class ArduinoIoTCloudClass {
87
88
#define addProperty( v, ...) addPropertyReal(v, #v, __VA_ARGS__)
89
90
- 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 */
91
92
93
0 commit comments