From db54dfbb3e4f651173aaa0d38afed2a680084338 Mon Sep 17 00:00:00 2001 From: Everything Smart Home Date: Mon, 23 Dec 2024 12:57:30 +0000 Subject: [PATCH] Fix logic in non bluetooth selector --- static/updating.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/updating.md b/static/updating.md index 0b51296..2e95591 100644 --- a/static/updating.md +++ b/static/updating.md @@ -365,7 +365,7 @@ document.addEventListener("DOMContentLoaded", function() { baseName += "-beta"; } - if (firmware.includes("Bluetooth")) { + if (!firmware.includes("No-Bluetooth")) { baseName += "-ble"; }