Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ typedef struct AanderaaConductivitySensor : public AbstractSensor {
* Accounts for timing slop between sensor sampling and bridge aggregation periods.
*/
static constexpr uint32_t N_SAMPLES_PAD = 150;
static constexpr double SALINITY_STD_DEV_MAX = 0.1018;
static constexpr double SALINITY_STD_DEV_MAX = 0.506;

/**
* @brief Default aggregation structure with NaN values
Expand Down
Loading