Skip to content

Commit c7c379f

Browse files
committed
match all esp32 types
1 parent af8c851 commit c7c379f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wled00/data/update.htm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
if (data.arch == "esp8266") {
3030
toggle('rev');
3131
}
32-
const isESP32 = data.arch && data.arch.startsWith('esp32');
32+
const isESP32 = data.arch && data.arch.toLowerCase().startsWith('esp32');
3333
if (isESP32) {
3434
gId('bootloader-section').style.display = 'block';
3535
if (data.bootloaderSHA256) {

0 commit comments

Comments
 (0)