From ab420b6cc1d52f17f6540ee3899d4ed94c78cccb Mon Sep 17 00:00:00 2001 From: sfromis <47082390+sfromis@users.noreply.github.com> Date: Tue, 17 Oct 2023 11:00:39 +0200 Subject: [PATCH] DS18x20_USE_ID_AS_NAME in my_user_config.h (#19777) Add mention of #define DS18x20_USE_ID_AS_NAME --- tasmota/my_user_config.h | 1 + 1 file changed, 1 insertion(+) diff --git a/tasmota/my_user_config.h b/tasmota/my_user_config.h index 3f4d1980b..d1f672f68 100644 --- a/tasmota/my_user_config.h +++ b/tasmota/my_user_config.h @@ -573,6 +573,7 @@ // -- 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_AS_NAME // Use last 3 bytes for naming of sensors // #define DS18x20_USE_ID_ALIAS // Add support aliasing for DS18x20 sensors. See comments in xsns_05 files (+0k5 code) // -- I2C sensors ---------------------------------