diff --git a/tasmota/include/tasmota_template.h b/tasmota/include/tasmota_template.h index 13b4ce85b..35d928b31 100644 --- a/tasmota/include/tasmota_template.h +++ b/tasmota/include/tasmota_template.h @@ -663,10 +663,14 @@ const uint16_t kGpioNiceList[] PROGMEM = { #ifdef USE_DS18x20 #ifdef DS18x20_MULTI_GPIOs AGPIO(GPIO_DSB) + MAX_DSB, // Single wire DS18B20 or DS18S20 +#ifdef ESP8266 // ESP32 don't support dual pin mode AGPIO(GPIO_DSB_OUT) + MAX_DSB, // Pseudo Single wire DS18B20 or DS18S20 +#endif #else AGPIO(GPIO_DSB), // Single wire DS18B20 or DS18S20 +#ifdef ESP8266 // ESP32 don't support dual pin mode AGPIO(GPIO_DSB_OUT), // Pseudo Single wire DS18B20 or DS18S20 +#endif #endif //DS18x20_MULTI_GPIOs #endif #ifdef USE_LMT01