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 @@ }); } - - -
+