v1.2.1 Binary and FS update

This commit is contained in:
Robert Strouse 2023-02-18 18:56:22 -08:00
parent 4e41177335
commit 44d6c5dc99
4 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
#ifndef configsettings_h
#define configsettings_h
#define FW_VERSION "v1.1.0"
#define FW_VERSION "v1.2.0"
enum DeviceStatus {
DS_OK = 0,
DS_ERROR = 1,

Binary file not shown.

Binary file not shown.

View file

@ -138,7 +138,7 @@
});
};
setAppVersion() { document.getElementById('spanAppVersion').innerText = 'v1.1.0'; };
setAppVersion() { document.getElementById('spanAppVersion').innerText = 'v1.2.0'; };
setTimeZones() {
let dd = document.getElementById('selTimeZone');
dd.length = 0;