diff --git a/wled00/cfg.cpp b/wled00/cfg.cpp
index d650777f7..5784469a7 100644
--- a/wled00/cfg.cpp
+++ b/wled00/cfg.cpp
@@ -242,8 +242,9 @@ bool deserializeConfig(JsonObject doc, bool fromFS) {
CJSON(receiveNotificationColor, if_sync_recv["col"]);
CJSON(receiveNotificationEffects, if_sync_recv["fx"]);
CJSON(receiveGroups, if_sync_recv["grp"]);
+ CJSON(receiveSegmentOptions, if_sync_recv["seg"]);
//! following line might be a problem if called after boot
- receiveNotifications = (receiveNotificationBrightness || receiveNotificationColor || receiveNotificationEffects);
+ receiveNotifications = (receiveNotificationBrightness || receiveNotificationColor || receiveNotificationEffects || receiveSegmentOptions);
JsonObject if_sync_send = if_sync["send"];
prev = notifyDirectDefault;
@@ -632,6 +633,7 @@ void serializeConfig() {
if_sync_recv["col"] = receiveNotificationColor;
if_sync_recv["fx"] = receiveNotificationEffects;
if_sync_recv["grp"] = receiveGroups;
+ if_sync_recv["seg"] = receiveSegmentOptions;
JsonObject if_sync_send = if_sync.createNestedObject("send");
if_sync_send[F("dir")] = notifyDirect;
diff --git a/wled00/data/settings_sync.htm b/wled00/data/settings_sync.htm
index d61a96366..4f8023a07 100644
--- a/wled00/data/settings_sync.htm
+++ b/wled00/data/settings_sync.htm
@@ -91,6 +91,7 @@ UDP Port:
Receive: Brightness, Color, and Effects
+Segment options
Send notifications on direct change:
Send notifications on button press or IR:
Send Alexa notifications:
diff --git a/wled00/html_settings.h b/wled00/html_settings.h
index cf34aec84..85ac36529 100644
--- a/wled00/html_settings.h
+++ b/wled00/html_settings.h
@@ -8,7 +8,7 @@
// Autogenerated from wled00/data/style.css, do not edit!!
const uint16_t PAGE_settingsCss_length = 719;
const uint8_t PAGE_settingsCss[] PROGMEM = {
- 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x13, 0xad, 0x54, 0xdb, 0x6e, 0x9c, 0x30,
+ 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x0a, 0xad, 0x54, 0xdb, 0x6e, 0x9c, 0x30,
0x10, 0xfd, 0x15, 0xaa, 0x28, 0x52, 0x22, 0x2d, 0x08, 0x58, 0x20, 0x5b, 0xa3, 0x4a, 0x55, 0x3f,
0xa2, 0xaa, 0x54, 0xe5, 0xc1, 0xe0, 0x61, 0xb1, 0xd6, 0x17, 0x64, 0x9b, 0x84, 0x2d, 0xe2, 0xdf,
0x6b, 0x73, 0xe9, 0x92, 0x0d, 0xdd, 0xbc, 0xe4, 0x61, 0x57, 0x98, 0x19, 0xc6, 0x67, 0xce, 0x99,
@@ -75,7 +75,7 @@ type="submit">Security & Updates