mirror of
https://github.com/wled/WLED.git
synced 2025-07-19 16:56:35 +00:00
Fix comment alignment
This commit is contained in:
parent
83699bc5c3
commit
8ae09c3d02
@ -688,7 +688,7 @@ WLED_GLOBAL send_notification_t notifyG _INIT(0b00001111);
|
||||
WLED_GLOBAL bool receiveNotificationBrightness _INIT(true); // apply brightness from incoming notifications
|
||||
WLED_GLOBAL bool receiveNotificationColor _INIT(true); // apply color
|
||||
WLED_GLOBAL bool receiveNotificationEffects _INIT(true); // apply effects setup
|
||||
WLED_GLOBAL bool receiveNotificationPalette _INIT(true); // apply palette
|
||||
WLED_GLOBAL bool receiveNotificationPalette _INIT(true); // apply palette
|
||||
WLED_GLOBAL bool receiveSegmentOptions _INIT(false); // apply segment options
|
||||
WLED_GLOBAL bool receiveSegmentBounds _INIT(false); // apply segment bounds (start, stop, offset)
|
||||
WLED_GLOBAL bool receiveDirect _INIT(true); // receive UDP/Hyperion realtime
|
||||
|
Loading…
x
Reference in New Issue
Block a user