Skip to content

Commit

Permalink
Update display names for platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
keeramis committed May 15, 2024
1 parent c7b98e7 commit 4f1ca3c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
14 changes: 7 additions & 7 deletions npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
}
],
"dependencies": {
"@particle/device-constants": "^3.3.2",
"@particle/device-constants": "^3.4.0",
"binary-version-reader": "^2.3.1",
"chalk": "^2.4.2",
"cli-progress": "^3.12.0",
Expand Down
8 changes: 4 additions & 4 deletions src/lib/utilities.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,11 @@ describe('Utilities', () => {
12: 'Argon',
13: 'Boron',
14: 'Xenon',
15: 'E SoM X',
23: 'B SoM',
25: 'B5 SoM',
15: 'E-SoM-X',
23: 'B-SoM',
25: 'B5-SoM',
26: 'Asset Tracker / Monitor One',
28: 'Tracker M',
28: 'Tracker-M',
32: 'Photon 2 / P2',
35: 'M-SoM'
});
Expand Down

0 comments on commit 4f1ca3c

Please sign in to comment.