Skip to content

Commit

Permalink
Merge pull request #232 from EverythingSmartHome/docs-ble
Browse files Browse the repository at this point in the history
Fix bluetooth logic in docs firmware selector
  • Loading branch information
EverythingSmartHome authored Dec 10, 2024
2 parents 8084028 + a23fcc0 commit 1ce6bbd
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 === "Bluetooth") {
if (firmware.includes("Bluetooth")) {
baseName += "-ble";
}

Expand Down

0 comments on commit 1ce6bbd

Please sign in to comment.