One wire is initialized directly after start

This commit is contained in:
Ollo
2021-04-07 22:10:26 +02:00
parent b8b8cf84d5
commit 31229594fe
3 changed files with 23 additions and 26 deletions

View File

@@ -97,7 +97,8 @@
#define MAX_CONFIG_SETTING_ITEMS 50 /**< Parameter, that can be configured in Homie */
#define TEMPERATUR_TIMEOUT 3000 /**< 3 Seconds timeout for the temperatur sensors */
#define TEMP_SENSOR_MEASURE_SERIES 5
#define DS18B20_RESOLUTION 9 /**< 9bit temperature resolution -> 0.5°C steps */
/* @} */
#endif