Index: firmware/App/Drivers/ConductivitySensors.c =================================================================== diff -u -rb6b17e417c14f820a81e93dd7b20aa9dd790a7c1 -r65fc5c36624e283aca69aae3f35542ecfec0f24c --- firmware/App/Drivers/ConductivitySensors.c (.../ConductivitySensors.c) (revision b6b17e417c14f820a81e93dd7b20aa9dd790a7c1) +++ firmware/App/Drivers/ConductivitySensors.c (.../ConductivitySensors.c) (revision 65fc5c36624e283aca69aae3f35542ecfec0f24c) @@ -41,10 +41,10 @@ #define RESISTANCE_SCALE_HIGH_BOUNDS 3.0F ///< High bounds for resistance scale values. #define TEMPERATURE_CORRECTION_LOW_BOUNDS 0.005F ///< Low bounds for temperature correction values. #define TEMPERATURE_CORRECTION_HIGH_BOUNDS 0.04F ///< High bounds for temperature correction values. -#define TEMPERATURE_OFFSET_LOW_BOUNDS -10.0F ///< Low bounds for temperature scale values. -#define TEMPERATURE_OFFSET_HIGH_BOUNDS 10.0F ///< High bounds for temperature offset values. -#define TEMPERATURE_SCALE_LOW_BOUNDS 0.5F ///< Low bounds for temperature scale values. -#define TEMPERATURE_SCALE_HIGH_BOUNDS 2.0F ///< High bounds for temperature scale values. +#define TEMPERATURE_OFFSET_LOW_BOUNDS -300.0F ///< Low bounds for temperature offset values. +#define TEMPERATURE_OFFSET_HIGH_BOUNDS 300.0F ///< High bounds for temperature offset values. +#define TEMPERATURE_SCALE_LOW_BOUNDS 0.2F ///< Low bounds for temperature scale values. +#define TEMPERATURE_SCALE_HIGH_BOUNDS 1.0F ///< High bounds for temperature scale values. #define LOWER_WORD_SIZE 4 ///< Size in bytes of the lower word size for retrieving revision data. #define MID_WORD_SIZE 4 ///< Size in bytes of the middle word size for retrieving revision data.