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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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