Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update display names for platforms
Browse files Browse the repository at this point in the history
keeramis committed May 14, 2024

Verified

This commit was signed with the committer’s verified signature.
keeramis Keeks
1 parent a538019 commit 7691dbf
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
@@ -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",
8 changes: 4 additions & 4 deletions src/lib/utilities.test.js
Original file line number Diff line number Diff line change
@@ -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'
});

0 comments on commit 7691dbf

Please sign in to comment.