From 311a9f18e68bc36bb9575b73b1b4b297619fb2d5 Mon Sep 17 00:00:00 2001 From: sfromis <47082390+sfromis@users.noreply.github.com> Date: Sat, 27 Apr 2024 16:30:57 +0200 Subject: [PATCH] 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 --- tasmota/tasmota_support/support_features.ino | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tasmota/tasmota_support/support_features.ino b/tasmota/tasmota_support/support_features.ino index 673b442ab..ae9d51101 100644 --- a/tasmota/tasmota_support/support_features.ino +++ b/tasmota/tasmota_support/support_features.ino @@ -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 | //