mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-28 13:16:32 +00:00
Enable DS18x20 for ESP32C3
This commit is contained in:
parent
2b52ae255d
commit
572130e4cb
@ -17,8 +17,8 @@
|
|||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// ESP32C3 I2S is not supported yet
|
|
||||||
#if defined(CONFIG_IDF_TARGET_ESP32) || defined(CONFIG_IDF_TARGET_ESP32S2)
|
#ifdef ESP32
|
||||||
#ifdef USE_DS18x20
|
#ifdef USE_DS18x20
|
||||||
/*********************************************************************************************\
|
/*********************************************************************************************\
|
||||||
* DS18B20 - Temperature - Multiple sensors
|
* DS18B20 - Temperature - Multiple sensors
|
||||||
|
Loading…
x
Reference in New Issue
Block a user