Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[LIVE-9354] Device renaming: Nano SP supported #6733

Merged
merged 9 commits into from
Apr 25, 2024

Conversation

ofreyssinet-ledger
Copy link
Contributor

@ofreyssinet-ledger ofreyssinet-ledger commented Apr 23, 2024

βœ… Checklist

  • npx changeset was attached.
  • Covered by automatic tests.
  • Impact of the changes:
    • LLM+LLD: Device renaming for LNSP on LLM

πŸ“ Description

Device renaming is supported by Nano S Plus devices.

❓ Context


🧐 Checklist for the PR Reviewers

  • The code aligns with the requirements described in the linked JIRA or GitHub issue.
  • The PR description clearly documents the changes made and explains any technical trade-offs or design decisions.
  • There are no undocumented trade-offs, technical debt, or maintainability issues.
  • The PR has been tested thoroughly, and any potential edge cases have been considered and handled.
  • Any new dependencies have been justified and documented.
  • Performance considerations have been taken into account. (changes have been profiled or benchmarked if necessary)

Copy link

vercel bot commented Apr 23, 2024

The latest updates on your projects. Learn more about Vercel for Git β†—οΈŽ

5 Ignored Deployments
Name Status Preview Comments Updated (UTC)
ledger-live-docs ⬜️ Ignored (Inspect) Visit Preview Apr 25, 2024 7:47am
ledger-live-github-bot ⬜️ Ignored (Inspect) Visit Preview Apr 25, 2024 7:47am
native-ui-storybook ⬜️ Ignored (Inspect) Visit Preview Apr 25, 2024 7:47am
react-ui-storybook ⬜️ Ignored (Inspect) Visit Preview Apr 25, 2024 7:47am
web-tools ⬜️ Ignored (Inspect) Visit Preview Apr 25, 2024 7:47am

@ofreyssinet-ledger
Copy link
Contributor Author

ofreyssinet-ledger commented Apr 24, 2024

@ofreyssinet-ledger

Generating screenshots: workflow ended

Jobs status:
βœ… - generate-screenshots-linux

@ofreyssinet-ledger ofreyssinet-ledger requested review from a team as code owners April 24, 2024 08:19
@live-github-bot live-github-bot bot added the screenshots Screenshots have been updated label Apr 24, 2024
@ofreyssinet-ledger ofreyssinet-ledger force-pushed the bugfix/LIVE-9354-device-renaming-lnsp branch from d4e8882 to b30f2ff Compare April 24, 2024 11:50
@@ -46,7 +46,8 @@ const Manager = ({ navigation, route }: NavigationProps) => {
tab = "CATALOG",
} = route.params;

const { deviceId, deviceName, modelId } = device;
Copy link
Contributor Author

@ofreyssinet-ledger ofreyssinet-ledger Apr 24, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

deviceName here is the name exposed by the transport (so BLE only)

@@ -46,7 +46,8 @@ const Manager = ({ navigation, route }: NavigationProps) => {
tab = "CATALOG",
} = route.params;

const { deviceId, deviceName, modelId } = device;
const { deviceId, modelId } = device;
const { deviceName } = result;
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this deviceName is the result of the getDeviceName command (in the list apps task), which will work in all cases (BLE but also USB)

Copy link

vercel bot commented Apr 24, 2024

Deployment failed with the following error:

Too many requests - try again in 2 minutes (more than 60, code: "api-deployments-flood").

@ofreyssinet-ledger ofreyssinet-ledger changed the title [LIVE-9354] Device renaming: Nano S & SP supported [LIVE-9354] Device renaming: Nano SP supported Apr 24, 2024
Copy link
Contributor

@aussedatlo aussedatlo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM πŸ‘

@ofreyssinet-ledger ofreyssinet-ledger force-pushed the bugfix/LIVE-9354-device-renaming-lnsp branch from bc34ea4 to c0a0f3f Compare April 25, 2024 07:46
@ofreyssinet-ledger ofreyssinet-ledger merged commit b86a1e0 into develop Apr 25, 2024
55 of 56 checks passed
@ofreyssinet-ledger ofreyssinet-ledger deleted the bugfix/LIVE-9354-device-renaming-lnsp branch April 25, 2024 09:01
@Vin757
Copy link

Vin757 commented Apr 25, 2024

Hope it fix and remove the issue

@live-github-bot
Copy link
Contributor

@Vin757 you are not part of the organization, please contact a maintainer if you need to run this command.

3 similar comments
@live-github-bot
Copy link
Contributor

@Vin757 you are not part of the organization, please contact a maintainer if you need to run this command.

@live-github-bot
Copy link
Contributor

@Vin757 you are not part of the organization, please contact a maintainer if you need to run this command.

@live-github-bot
Copy link
Contributor

@Vin757 you are not part of the organization, please contact a maintainer if you need to run this command.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
desktop Has changes in LLD mobile Has changes in LLM screenshots Screenshots have been updated
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants