Skip to content

Commit

Permalink
bugfix(llm): add missing condition for nano x BLE fw update
Browse files Browse the repository at this point in the history
  • Loading branch information
valpinkman committed Jul 3, 2024
1 parent 44d82a2 commit da24c80
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/long-snails-talk.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"live-mobile": patch
---

Add missing condition for BLE nano X firmware update
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ export function useUpdateBannerViewModel({
(connectionType === "bluetooth" &&
Platform.OS === "android" &&
!!lastSeenDeviceModelInfo &&
lastConnectedDevice?.deviceId === DeviceModelId.nanoX &&
semver.lt(lastSeenDeviceModelInfo?.deviceInfo.version, "2.4.0")),
};
}

0 comments on commit da24c80

Please sign in to comment.