Add DS18x20 support in Tasmota-IR

This commit is contained in:
Stephan Hadinger 2019-11-03 10:52:44 +01:00
parent 99bdd1ff34
commit a74f5eaa4d
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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