Skip to content

Commit d716dec

Browse files
committed
Fix and refactor DALI GUI multi controller sync
1 parent 8feff11 commit d716dec

File tree

3 files changed

+137
-131
lines changed

3 files changed

+137
-131
lines changed

tasmota/include/tasmota_configurations_ESP32.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -799,7 +799,6 @@
799799
#define USE_KNX // Enable KNX IP Protocol Support (+23k code, +3k3 mem)
800800
#endif
801801
#define USE_DALI // Add support for DALI gateway (+5k code)
802-
#define DALI_LIGHT_COLOR_SUPPORT // Add support for DALI DT8 RGBWAF color control (+0k7 code)
803802
#define USE_ESP32_TWAI // Add support for TWAI/CAN interface (+7k code)
804803

805804
#endif // FIRMWARE_TASMOTA32

tasmota/my_user_config.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -941,8 +941,7 @@
941941
//#define USE_WOOLIIS // Add support for Wooliis Hall Effect Coulometer or Battery capacity monitor (+1k6 code)
942942
//#define USE_DALI // Add support for DALI gateway (+7k6 code)
943943
// #define DALI_POWER_OFF_NO_FADE // Power off immediatly without fading (+0k1 code)
944-
// #define DALI_LIGHT_COLOR_SUPPORT // Add support for DALI DT8 RGBWAF color control (+0k7 code)
945-
// #define DALI_LIGHT_NO_READ_AFTER_WRITE // Use no DTR read-after-write for smooth color transitions saving 55ms / channel (-0k1 code)
944+
// #define DALI_LIGHT_NO_READ_AFTER_WRITE // Use no DTR read-after-write for smooth color transitions saving 55ms / channel (-0k1 code)
946945

947946
// -- Power monitoring sensors --------------------
948947
#define USE_ENERGY_SENSOR // Add support for Energy Monitors (+14k code)

0 commit comments

Comments
 (0)