From 572130e4cbf7ed285db2f029b9de589f8edb29f7 Mon Sep 17 00:00:00 2001 From: Stephan Hadinger Date: Thu, 10 Jun 2021 12:27:07 +0200 Subject: [PATCH] Enable DS18x20 for ESP32C3 --- tasmota/xsns_05_ds18x20_esp32.ino | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasmota/xsns_05_ds18x20_esp32.ino b/tasmota/xsns_05_ds18x20_esp32.ino index 30d903364..40628763c 100644 --- a/tasmota/xsns_05_ds18x20_esp32.ino +++ b/tasmota/xsns_05_ds18x20_esp32.ino @@ -17,8 +17,8 @@ along with this program. If not, see . */ -// ESP32C3 I2S is not supported yet -#if defined(CONFIG_IDF_TARGET_ESP32) || defined(CONFIG_IDF_TARGET_ESP32S2) + +#ifdef ESP32 #ifdef USE_DS18x20 /*********************************************************************************************\ * DS18B20 - Temperature - Multiple sensors