v1.5.3 - Filter invalid frames

* Added filters for 0 address and undefined command references.
This commit is contained in:
Robert Strouse 2023-05-08 16:27:45 -07:00
parent 1dbb2f4434
commit 56aabfd1d1
5 changed files with 5 additions and 5 deletions

View file

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