feat: log firmware version before upgrading firmware (#693)

This commit is contained in:
Róbert Kiss
2018-06-24 19:56:11 +02:00
committed by László Monda
parent 5234f85dbe
commit 0aa9c73b4b
6 changed files with 41 additions and 6 deletions

View File

@@ -3,5 +3,6 @@ import { SynchrounousResult } from 'tmp';
export interface TmpFirmware {
rightFirmwarePath: string;
leftFirmwarePath: string;
packageJsonPath: string;
tmpDirectory: SynchrounousResult;
}