mirror of https://github.com/arendst/Tasmota.git
Wrong feature bit for USE_SPL06_007 (#21286)
Obvious "typo" in setting the feature bit for this recently added sensor. Already mentioned in https://github.com/arendst/Tasmota/pull/21185#issuecomment-2071122611
This commit is contained in:
parent
4aa2da3eb2
commit
311a9f18e6
|
@ -917,9 +917,8 @@ constexpr uint32_t feature[] = {
|
|||
0x00000010 | // xdrv_73_9_lora.ino
|
||||
#endif
|
||||
#if defined(USE_I2C) && defined(USE_SPL06_007)
|
||||
0x10000000 | // xsns_25_spl006-7_sensor.ino
|
||||
0x00000020 | // xsns_25_spl006-7_sensor.ino
|
||||
#endif
|
||||
// 0x00000020 | //
|
||||
// 0x00000040 | //
|
||||
// 0x00000080 | //
|
||||
// 0x00000100 | //
|
||||
|
|
Loading…
Reference in New Issue