From 464ff28e6052d9295e8fb31f48afa3d5833b596a Mon Sep 17 00:00:00 2001 From: GLEDOPTO Date: Fri, 27 Feb 2026 09:45:21 +0800 Subject: [PATCH 1/4] feat(eps-now): add 3 scenes for GLEDOPTO ESP-NOW WLED Remote Control This PR adds three new scenes to the EPS-NOW remote controller to support the GLEDOPTO ESP-NOW WLED Remote Control. Product link: https://www.amazon.com/dp/B0G7YZ5VJQ --- wled00/remote.cpp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/wled00/remote.cpp b/wled00/remote.cpp index 9685e52fe4..17687fa6b0 100644 --- a/wled00/remote.cpp +++ b/wled00/remote.cpp @@ -13,6 +13,9 @@ #define WIZMOTE_BUTTON_TWO 17 #define WIZMOTE_BUTTON_THREE 18 #define WIZMOTE_BUTTON_FOUR 19 +#define WIZMOTE_BUTTON_FIVE 20 +#define WIZMOTE_BUTTON_SIX 21 +#define WIZMOTE_BUTTON_SEVEN 22 #define WIZMOTE_BUTTON_BRIGHT_UP 9 #define WIZMOTE_BUTTON_BRIGHT_DOWN 8 @@ -217,6 +220,9 @@ void handleRemote() { case WIZMOTE_BUTTON_TWO : presetWithFallback(2, FX_MODE_BREATH, 0); break; case WIZMOTE_BUTTON_THREE : presetWithFallback(3, FX_MODE_FIRE_FLICKER, 0); break; case WIZMOTE_BUTTON_FOUR : presetWithFallback(4, FX_MODE_RAINBOW, 0); break; + case WIZMOTE_BUTTON_FIVE : presetWithFallback(5, FX_MODE_SCAN, 0); break; + case WIZMOTE_BUTTON_SIX : presetWithFallback(6, FX_MODE_BLINK, 0); break; + case WIZMOTE_BUTTON_SEVEN : presetWithFallback(7, FX_MODE_FADE, 0); break; case WIZMOTE_BUTTON_NIGHT : activateNightMode(); break; case WIZMOTE_BUTTON_BRIGHT_UP : brightnessUp(); break; case WIZMOTE_BUTTON_BRIGHT_DOWN : brightnessDown(); break; From 92fb0ebdff5596c5230d5c9eb0f44ce0d6b17914 Mon Sep 17 00:00:00 2001 From: GLEDOPTO Date: Mon, 2 Mar 2026 13:44:35 +0800 Subject: [PATCH 2/4] feat(eps-now): add 3 scenes for GLEDOPTO ESP-NOW WLED Remote This PR adds three new scenes to the EPS-NOW remote controller to support the GLEDOPTO ESP-NOW WLED Remote Control. Product link: https://gledopto.com/h-pd-146.html --- wled00/remote.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wled00/remote.cpp b/wled00/remote.cpp index 17687fa6b0..ce126fde54 100644 --- a/wled00/remote.cpp +++ b/wled00/remote.cpp @@ -220,7 +220,7 @@ void handleRemote() { case WIZMOTE_BUTTON_TWO : presetWithFallback(2, FX_MODE_BREATH, 0); break; case WIZMOTE_BUTTON_THREE : presetWithFallback(3, FX_MODE_FIRE_FLICKER, 0); break; case WIZMOTE_BUTTON_FOUR : presetWithFallback(4, FX_MODE_RAINBOW, 0); break; - case WIZMOTE_BUTTON_FIVE : presetWithFallback(5, FX_MODE_SCAN, 0); break; + case WIZMOTE_BUTTON_FIVE : presetWithFallback(5, FX_MODE_FIRE_FLICKER, 0); break; case WIZMOTE_BUTTON_SIX : presetWithFallback(6, FX_MODE_BLINK, 0); break; case WIZMOTE_BUTTON_SEVEN : presetWithFallback(7, FX_MODE_FADE, 0); break; case WIZMOTE_BUTTON_NIGHT : activateNightMode(); break; From fa13a7cb2390a5248e4453f9e141179bc609f97e Mon Sep 17 00:00:00 2001 From: GLEDOPTO Date: Mon, 2 Mar 2026 13:50:40 +0800 Subject: [PATCH 3/4] feat(eps-now): add 3 scenes for GLEDOPTO ESP-NOW WLED Remote This PR adds three new scenes to the EPS-NOW remote controller to support the GLEDOPTO ESP-NOW WLED Remote Control. Product link: https://gledopto.com/h-pd-146.html --- wled00/remote.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wled00/remote.cpp b/wled00/remote.cpp index ce126fde54..d640c7fea6 100644 --- a/wled00/remote.cpp +++ b/wled00/remote.cpp @@ -220,7 +220,7 @@ void handleRemote() { case WIZMOTE_BUTTON_TWO : presetWithFallback(2, FX_MODE_BREATH, 0); break; case WIZMOTE_BUTTON_THREE : presetWithFallback(3, FX_MODE_FIRE_FLICKER, 0); break; case WIZMOTE_BUTTON_FOUR : presetWithFallback(4, FX_MODE_RAINBOW, 0); break; - case WIZMOTE_BUTTON_FIVE : presetWithFallback(5, FX_MODE_FIRE_FLICKER, 0); break; + case WIZMOTE_BUTTON_FIVE : presetWithFallback(5, FX_MODE_DISSOLVE, 0); break; case WIZMOTE_BUTTON_SIX : presetWithFallback(6, FX_MODE_BLINK, 0); break; case WIZMOTE_BUTTON_SEVEN : presetWithFallback(7, FX_MODE_FADE, 0); break; case WIZMOTE_BUTTON_NIGHT : activateNightMode(); break; From 6e065167abdfc841abb85d276d403ccc33823bb3 Mon Sep 17 00:00:00 2001 From: GLEDOPTO Date: Tue, 3 Mar 2026 14:48:04 +0800 Subject: [PATCH 4/4] feat(eps-now): add 3 scenes for GLEDOPTO ESP-NOW WLED Remote This PR adds three new scenes to the EPS-NOW remote controller to support the GLEDOPTO ESP-NOW WLED Remote Control. Product link: https://gledopto.com/h-pd-146.html --- wled00/remote.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wled00/remote.cpp b/wled00/remote.cpp index d640c7fea6..7b3375fa66 100644 --- a/wled00/remote.cpp +++ b/wled00/remote.cpp @@ -220,8 +220,8 @@ void handleRemote() { case WIZMOTE_BUTTON_TWO : presetWithFallback(2, FX_MODE_BREATH, 0); break; case WIZMOTE_BUTTON_THREE : presetWithFallback(3, FX_MODE_FIRE_FLICKER, 0); break; case WIZMOTE_BUTTON_FOUR : presetWithFallback(4, FX_MODE_RAINBOW, 0); break; - case WIZMOTE_BUTTON_FIVE : presetWithFallback(5, FX_MODE_DISSOLVE, 0); break; - case WIZMOTE_BUTTON_SIX : presetWithFallback(6, FX_MODE_BLINK, 0); break; + case WIZMOTE_BUTTON_FIVE : presetWithFallback(5, FX_MODE_CANDLE, 0); break; + case WIZMOTE_BUTTON_SIX : presetWithFallback(6, FX_MODE_RANDOM_COLOR, 0); break; case WIZMOTE_BUTTON_SEVEN : presetWithFallback(7, FX_MODE_FADE, 0); break; case WIZMOTE_BUTTON_NIGHT : activateNightMode(); break; case WIZMOTE_BUTTON_BRIGHT_UP : brightnessUp(); break;