chore(usb): add kboot-firmware-upgrade script (#1006)

This commit is contained in:
Róbert Kiss
2019-08-02 02:51:07 +02:00
committed by László Monda
parent 5ab5ad5f0c
commit f6bef928fe
2 changed files with 18 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
import { Device, devices } from 'node-hid';
import { readFile } from 'fs-extra';
import { EOL } from 'os';
import MemoryMap from 'nrf-intel-hex';
import * as MemoryMap from 'nrf-intel-hex';
import { LogService } from 'uhk-common';
import { Constants, UsbCommand } from './constants';