We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af8c851 commit c7c379fCopy full SHA for c7c379f
wled00/data/update.htm
@@ -29,7 +29,7 @@
29
if (data.arch == "esp8266") {
30
toggle('rev');
31
}
32
- const isESP32 = data.arch && data.arch.startsWith('esp32');
+ const isESP32 = data.arch && data.arch.toLowerCase().startsWith('esp32');
33
if (isESP32) {
34
gId('bootloader-section').style.display = 'block';
35
if (data.bootloaderSHA256) {
0 commit comments