Skip to content

Commit eb3ee55

Browse files
committed
Merge branch 'master' into develop
2 parents b35723c + da03cd3 commit eb3ee55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/sensors/CampbellClariVUE10.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
* This is longer than the expected 250ms for a SDI-12 sensor, but I couldn't
8686
* get a response from the sensor faster than that.
8787
*/
88-
#define CLARIVUE10_WARM_UP_TIME_MS 5500
88+
#define CLARIVUE10_WARM_UP_TIME_MS 8000
8989
/// @brief Sensor::_stabilizationTime_ms; the ClariVUE10 is stable as soon as it
9090
/// warms up (0ms stabilization).
9191
#define CLARIVUE10_STABILIZATION_TIME_MS 0
@@ -96,7 +96,7 @@
9696
* Spec sheet says the measurement time is 9s. When taking a standard
9797
* measurement I was not getting a result until after about 9335ms.
9898
*/
99-
#define CLARIVUE10_MEASUREMENT_TIME_MS 9500
99+
#define CLARIVUE10_MEASUREMENT_TIME_MS 11000
100100
/// @brief Extra wake time required for an SDI-12 sensor between the "break"
101101
/// and the time the command is sent. The ClariVUE requires no extra time.
102102
#define CLARIVUE10_EXTRA_WAKE_TIME_MS 0

0 commit comments

Comments
 (0)