DS18x20_USE_ID_AS_NAME in my_user_config.h (#19777)

Add mention of #define DS18x20_USE_ID_AS_NAME
This commit is contained in:
sfromis
2023-10-17 11:00:39 +02:00
committed by GitHub
parent b98ad59d11
commit ab420b6cc1
+1
View File
@@ -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 ---------------------------------