From a4109c7ea87c50891f056f00de2881787efbc918 Mon Sep 17 00:00:00 2001 From: Will Tatam Date: Sun, 9 Nov 2025 11:28:30 +0000 Subject: [PATCH] tidy up merge conflict on update.htm --- wled00/data/update.htm | 19 ++----------------- 1 file changed, 2 insertions(+), 17 deletions(-) diff --git a/wled00/data/update.htm b/wled00/data/update.htm index ecadfcfd..f6591c79 100644 --- a/wled00/data/update.htm +++ b/wled00/data/update.htm @@ -29,7 +29,7 @@ if (data.arch == "esp8266") { toggle('rev'); } - isESP32 = data.arch && data.arch.startsWith('esp32'); + const isESP32 = data.arch && data.arch.startsWith('esp32'); if (isESP32) { gId('bootloader-section').style.display = 'block'; if (data.bootloaderSHA256) { @@ -45,26 +45,11 @@ }); } - - - +

WLED Software Update

Installed version: Loading...