(1.0.12) downloading firmware file
This commit is contained in:
3
dist/index.d.ts
vendored
3
dist/index.d.ts
vendored
@@ -11,6 +11,7 @@ export default class Updater {
|
||||
protected bleDeviceId: string;
|
||||
private readonly _updaterServiceUUID;
|
||||
private readonly _updaterVersionCharactersiticUUID;
|
||||
file: Int8Array;
|
||||
constructor(archiveURL?: string, feedType?: string, bleObject?: BLECentralPlugin.BLECentralPluginStatic);
|
||||
private getRawArchive;
|
||||
private atomGetVersionDetails;
|
||||
@@ -24,4 +25,6 @@ export default class Updater {
|
||||
private getLatestVersion;
|
||||
checkForUpdate(): Promise<boolean>;
|
||||
getBoardVersion(): Promise<string>;
|
||||
getFirmware(version: versionNotes): Promise<boolean>;
|
||||
getFileSize(): number;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user