We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f04abb commit aba6518Copy full SHA for aba6518
kernel/src/services/FirmwareService.ts
@@ -4,8 +4,8 @@ import { DeviceService } from './DeviceService';
4
// const { Octokit } = require('@octokit/rest');
5
6
export class FirmwareService {
7
- private firmwareString: string | null = null;
8
- private firmwareBlob: Blob | null = null;
+ // private firmwareString: string | null = null;
+ // private firmwareBlob: Blob | null = null;
9
private selectedFirmwareId: string = 'Auto';
10
// Should make firmwareOptions a private variable and use getters to access it.
11
// This way we can add logic to the getters if we need to in the future. Default to empty record.
0 commit comments