Check for NAN temperatures

This commit is contained in:
Ollo
2020-12-28 14:24:55 +01:00
parent 2ac72fcd33
commit a8837d3119
2 changed files with 59 additions and 38 deletions

View File

@@ -99,5 +99,8 @@
#define SOLAR_DELTA_VOLT_ADC 3
#define LIPO_DELTA_VOLT_ADC 0.2 /**< trigger for lipo voltage */
#define TEMPERATUR_TIMEOUT 3000 /**< 3 Seconds timeout for the temperatur sensors */
#define TEMP_SENSOR_MEASURE_SERIES 5
/* @} */
#endif