v1.5.1 Bug Fixes

* Fixed issue where prog command was being filtered out #27
* Added tilt wheel commands for tilt positioning with integrated tilt motors #17
* Added tilt position visibility for Edit Shade screen
This commit is contained in:
Robert Strouse 2023-04-21 14:12:28 -07:00
parent 1174bed558
commit 39c6e08ca5
7 changed files with 26 additions and 31 deletions

View file

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