Commit v1.4.7

Changes software sync for certain motors notably Glydea.
This commit is contained in:
Robert Strouse 2023-04-12 12:57:08 -07:00
parent a80b2ca97c
commit aec9989d8d
6 changed files with 6 additions and 6 deletions

View file

@ -378,7 +378,7 @@ async function reopenSocket() {
await initSockets();
}
class General {
appVersion = 'v1.4.6';
appVersion = 'v1.4.7';
reloadApp = false;
async init() {
this.setAppVersion();