Skip to content

Commit

Permalink
Merge pull request #237 from EverythingSmartHome/ble-docs-fix
Browse files Browse the repository at this point in the history
Fix logic in non bluetooth selector
  • Loading branch information
EverythingSmartHome authored Dec 23, 2024
2 parents 1ce6bbd + db54dfb commit 8e44d53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/updating.md
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ document.addEventListener("DOMContentLoaded", function() {
baseName += "-beta";
}

if (firmware.includes("Bluetooth")) {
if (!firmware.includes("No-Bluetooth")) {
baseName += "-ble";
}

Expand Down

0 comments on commit 8e44d53

Please sign in to comment.