From b7a42d61c4367bf45cd4d6a684e094977e9f0cc7 Mon Sep 17 00:00:00 2001 From: Neil Enns Date: Tue, 8 Dec 2020 09:16:53 +0000 Subject: [PATCH] Add preset number to display --- wled00/data/index.htm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wled00/data/index.htm b/wled00/data/index.htm index c8837d0fe..d032027a3 100644 --- a/wled00/data/index.htm +++ b/wled00/data/index.htm @@ -1550,7 +1550,7 @@ function populatePresets(fromls) cn += `
- ${pName(i)} + ${i}: ${pName(i)}