From a74f5eaa4d613d4ecc315f60cac919afce8a58f1 Mon Sep 17 00:00:00 2001 From: Stephan Hadinger Date: Sun, 3 Nov 2019 10:52:44 +0100 Subject: [PATCH] Add DS18x20 support in Tasmota-IR --- tasmota/_changelog.ino | 1 + tasmota/tasmota_post.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/tasmota/_changelog.ino b/tasmota/_changelog.ino index 5de8cf199..c0cc8fd88 100644 --- a/tasmota/_changelog.ino +++ b/tasmota/_changelog.ino @@ -3,6 +3,7 @@ * Add command WebColor19 to control color of Module and Name (#6811) * Add support for Honeywell I2C HIH series Humidity and Temperetaure sensor (#6808) * Fix wrong Dimmer behavior introduced with #6799 when SetOption37 < 128 + * Change add DS18x20 support in Tasmota-IR * * 7.0.0.1 20191027 * Remove references to versions before 6.0 diff --git a/tasmota/tasmota_post.h b/tasmota/tasmota_post.h index 89098ed82..eca4fc85c 100644 --- a/tasmota/tasmota_post.h +++ b/tasmota/tasmota_post.h @@ -356,7 +356,7 @@ char* ToHex_P(const unsigned char * in, size_t insz, char * out, size_t outsz, c #undef USE_DDSU666 // Disable support for Chint DDSU666 Modbus energy monitor (+0k6 code) #undef USE_SOLAX_X1 // Disable support for Solax X1 series Modbus log info (+3k1 code) -#undef USE_DS18x20 // Disable support for DS18x20 sensors with id sort, single scan and read retry (+1k3 code) +//#undef USE_DS18x20 // Disable support for DS18x20 sensors with id sort, single scan and read retry (+1k3 code) #undef USE_I2C // Disable all I2C sensors #undef USE_SPI // Disable all SPI devices