(1.0.11) reading board version to the program

This commit is contained in:
2025-11-18 21:28:09 +00:00
parent 403f01d52f
commit 6f77c15088
4 changed files with 8 additions and 1 deletions

3
dist/index.es.js vendored
View File

@@ -143,6 +143,9 @@ class Updater {
// update
return false;
}
async getBoardVersion() {
return await this.readVersionNumber();
}
}
export { Updater as default };