Skip to content

Commit aba6518

Browse files
dbg
1 parent 9f04abb commit aba6518

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

kernel/src/services/FirmwareService.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ import { DeviceService } from './DeviceService';
44
// const { Octokit } = require('@octokit/rest');
55

66
export class FirmwareService {
7-
private firmwareString: string | null = null;
8-
private firmwareBlob: Blob | null = null;
7+
// private firmwareString: string | null = null;
8+
// private firmwareBlob: Blob | null = null;
99
private selectedFirmwareId: string = 'Auto';
1010
// Should make firmwareOptions a private variable and use getters to access it.
1111
// This way we can add logic to the getters if we need to in the future. Default to empty record.

0 commit comments

Comments
 (0)