return board version
This commit is contained in:
@@ -172,5 +172,9 @@ export default class Updater {
|
|||||||
// update
|
// update
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public async getBoardVersion(): Promise<string> {
|
||||||
|
return await this.readVersionNumber();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user