We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7f1ebe commit 2a159f0Copy full SHA for 2a159f0
src/apps/bridge/sensor_drivers/aanderaaConductivitySensor.h
@@ -167,7 +167,7 @@ typedef struct AanderaaConductivitySensor : public AbstractSensor {
167
* Accounts for timing slop between sensor sampling and bridge aggregation periods.
168
*/
169
static constexpr uint32_t N_SAMPLES_PAD = 150;
170
- static constexpr double SALINITY_STD_DEV_MAX = 0.1018;
+ static constexpr double SALINITY_STD_DEV_MAX = 0.506;
171
172
/**
173
* @brief Default aggregation structure with NaN values
0 commit comments