From 9d218299c4ab73cf69b9f09319d0f3376d9e6a30 Mon Sep 17 00:00:00 2001 From: Will Tatam Date: Thu, 27 Jul 2023 13:04:52 +0100 Subject: [PATCH] Fix palette preview of Audio Responsive Ramp --- wled00/json.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wled00/json.cpp b/wled00/json.cpp index 50a7f882..3106aa96 100644 --- a/wled00/json.cpp +++ b/wled00/json.cpp @@ -1174,7 +1174,7 @@ void serializePalettes(JsonObject root, AsyncWebServerRequest* request) curPalette.add("r"); curPalette.add("r"); break; - case 73: //WLEDMM random AC + case 74: //WLEDMM random AC curPalette.add("r"); curPalette.add("r"); curPalette.add("r");