diff --git a/static/updating.md b/static/updating.md index 753633f..0b51296 100644 --- a/static/updating.md +++ b/static/updating.md @@ -365,7 +365,7 @@ document.addEventListener("DOMContentLoaded", function() { baseName += "-beta"; } - if (firmware === "Bluetooth") { + if (firmware.includes("Bluetooth")) { baseName += "-ble"; }