Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

Commit

Permalink
fix: migrate to @nordicsemiconductor/device-helpers
Browse files Browse the repository at this point in the history
Closes #591
  • Loading branch information
coderbyheart committed Oct 19, 2023
1 parent 4d4968d commit 20be92c
Show file tree
Hide file tree
Showing 4 changed files with 152 additions and 270 deletions.
2 changes: 1 addition & 1 deletion cli/commands/create-and-provision-device-cert.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import {
createPrivateKeyAndCSR,
flashCertificate,
getIMEI,
} from '@nordicsemiconductor/firmware-ci-device-helpers'
} from '@nordicsemiconductor/device-helpers'
import { promises as fs } from 'fs'
import { readFile } from 'fs/promises'
import * as os from 'os'
Expand Down
2 changes: 1 addition & 1 deletion cli/commands/flash-firmware.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { flash } from '@nordicsemiconductor/firmware-ci-device-helpers'
import { flash } from '@nordicsemiconductor/device-helpers'
import { Octokit } from '@octokit/rest'
import * as fs from 'fs'
import * as https from 'https'
Expand Down
Loading

0 comments on commit 20be92c

Please sign in to comment.