Skip to content

Commit 8fc87aa

Browse files
authored
Merge pull request #4844 from Arcitec/0_16-fix-sync
Fix broken Sync button after 0.15 refactor
2 parents da7f107 + 4ac7eb7 commit 8fc87aa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

wled00/wled.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -734,10 +734,10 @@ WLED_GLOBAL bool receiveNotificationPalette _INIT(true); // apply palet
734734
WLED_GLOBAL bool receiveSegmentOptions _INIT(false); // apply segment options
735735
WLED_GLOBAL bool receiveSegmentBounds _INIT(false); // apply segment bounds (start, stop, offset)
736736
WLED_GLOBAL bool receiveDirect _INIT(true); // receive UDP/Hyperion realtime
737-
WLED_GLOBAL bool notifyDirect _INIT(false); // send notification if change via UI or HTTP API
738-
WLED_GLOBAL bool notifyButton _INIT(false); // send if updated by button or infrared remote
737+
WLED_GLOBAL bool notifyDirect _INIT(true); // send notification if change via UI or HTTP API
738+
WLED_GLOBAL bool notifyButton _INIT(true); // send if updated by button or infrared remote
739739
WLED_GLOBAL bool notifyAlexa _INIT(false); // send notification if updated via Alexa
740-
WLED_GLOBAL bool notifyHue _INIT(true); // send notification if Hue light changes
740+
WLED_GLOBAL bool notifyHue _INIT(false); // send notification if Hue light changes
741741
#endif
742742

743743
// effects

0 commit comments

Comments
 (0)