File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 85
85
* This is longer than the expected 250ms for a SDI-12 sensor, but I couldn't
86
86
* get a response from the sensor faster than that.
87
87
*/
88
- #define CLARIVUE10_WARM_UP_TIME_MS 5500
88
+ #define CLARIVUE10_WARM_UP_TIME_MS 8000
89
89
// / @brief Sensor::_stabilizationTime_ms; the ClariVUE10 is stable as soon as it
90
90
// / warms up (0ms stabilization).
91
91
#define CLARIVUE10_STABILIZATION_TIME_MS 0
96
96
* Spec sheet says the measurement time is 9s. When taking a standard
97
97
* measurement I was not getting a result until after about 9335ms.
98
98
*/
99
- #define CLARIVUE10_MEASUREMENT_TIME_MS 9500
99
+ #define CLARIVUE10_MEASUREMENT_TIME_MS 11000
100
100
// / @brief Extra wake time required for an SDI-12 sensor between the "break"
101
101
// / and the time the command is sent. The ClariVUE requires no extra time.
102
102
#define CLARIVUE10_EXTRA_WAKE_TIME_MS 0
You can’t perform that action at this time.
0 commit comments