From d8a356049703b9ce6684bbb8e017e5838cfeaf91 Mon Sep 17 00:00:00 2001 From: md5sum-as Date: Sat, 15 Oct 2022 12:05:38 +0300 Subject: [PATCH] Ready fo tests --- tasmota/my_user_config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasmota/my_user_config.h b/tasmota/my_user_config.h index 382982cb2..f00e84225 100644 --- a/tasmota/my_user_config.h +++ b/tasmota/my_user_config.h @@ -579,8 +579,8 @@ // -- One wire sensors ---------------------------- #define USE_DS18x20 // Add support for DS18x20 sensors with id sort, single scan and read retry (+2k6 code) // #define W1_PARASITE_POWER // Optimize for parasite powered sensors - #define DS18x20_USE_ID_ALIAS // Add support aliasing for DS18x20 sensors. See comments in xsns_05 files. - #define DS18x20_MULTI_GPIOs // Add support for multiple GPIOs for DS18x20 sensors + #define DS18x20_USE_ID_ALIAS // Add support aliasing for DS18x20 sensors. See comments in xsns_05 files (+0k5 code) + #define DS18x20_MULTI_GPIOs // Add support multiple GPIOs for DS18x20 sensors (+0k2 code) // -- I2C sensors --------------------------------- #define USE_I2C // I2C using library wire (+10k code, 0k2 mem, 124 iram)