mirror of https://github.com/arendst/Tasmota.git
Disable DS18x20_USE_ID_ALIAS in default config
This commit is contained in:
parent
2d2afb6241
commit
c95baadbc0
|
@ -579,7 +579,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_ALIAS
|
||||
// #define DS18x20_USE_ID_ALIAS
|
||||
|
||||
// -- I2C sensors ---------------------------------
|
||||
#define USE_I2C // I2C using library wire (+10k code, 0k2 mem, 124 iram)
|
||||
|
|
Loading…
Reference in New Issue