Skip to content

Commit

Permalink
chore(connect): rename device model
Browse files Browse the repository at this point in the history
  • Loading branch information
MiroslavProchazka authored and komret committed Jan 7, 2025
1 parent dc4531b commit 8764cd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/connect/src/data/models.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export const models: Record<DeviceModelInternal, ModelConfig> = {
'2': 'Violet Ore',
'3': 'Green Beryl',
'4': 'Bitcoin Orange',
'5': 'Special Edition', // TODO T3T1 - Special Edition, do not forget to update the animation (rotation) as well
'5': 'Freedom Edition',
},
},
T3W1: {
Expand Down

0 comments on commit 8764cd1

Please sign in to comment.