Skip to content

Commit 2a159f0

Browse files
authored
Change Salinity Standard Deviation Max To 0.506 (#367)
This is to support reducing the bitpacked message size for standard deviation from 9 to 8 bits on the Spotter platform
1 parent e7f1ebe commit 2a159f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/apps/bridge/sensor_drivers/aanderaaConductivitySensor.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ typedef struct AanderaaConductivitySensor : public AbstractSensor {
167167
* Accounts for timing slop between sensor sampling and bridge aggregation periods.
168168
*/
169169
static constexpr uint32_t N_SAMPLES_PAD = 150;
170-
static constexpr double SALINITY_STD_DEV_MAX = 0.1018;
170+
static constexpr double SALINITY_STD_DEV_MAX = 0.506;
171171

172172
/**
173173
* @brief Default aggregation structure with NaN values

0 commit comments

Comments
 (0)