diff --git a/src/httpserver/http_fns.c b/src/httpserver/http_fns.c
index f1c6d38ea..d6b0d1501 100644
--- a/src/httpserver/http_fns.c
+++ b/src/httpserver/http_fns.c
@@ -1927,7 +1927,8 @@ int http_fn_cfg_startup(http_request_t* request) {
hprintf255(request, "
For dimmers, range is 0 to 100
");
hprintf255(request, "For custom values, you can set any number you want to
");
hprintf255(request, "Remember that you can also use short startup command to run commands like led_baseColor #FF0000 and led_enableAll 1 etc
");
- hprintf255(request, "Remembering last state of LED driver is not yet fully supported, please wait!
");
+ hprintf255(request, "Remembering last state of LED driver also fully you can set it in");
+ hprintf255(request, "Options->General, set Flag 12 - [LED] remember LED driver state (RGBCW, enable, brightness, temperature) after reboot!
");
if (http_getArg(request->url, "idx", tmpA, sizeof(tmpA))) {
channelIndex = atoi(tmpA);