mirror of
https://github.com/rstrouse/ESPSomfy-RTS.git
synced 2025-12-13 11:02:12 +01:00
v1.2.1 Binary and FS update
This commit is contained in:
parent
4e41177335
commit
44d6c5dc99
4 changed files with 2 additions and 2 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
#ifndef configsettings_h
|
#ifndef configsettings_h
|
||||||
#define configsettings_h
|
#define configsettings_h
|
||||||
|
|
||||||
#define FW_VERSION "v1.1.0"
|
#define FW_VERSION "v1.2.0"
|
||||||
enum DeviceStatus {
|
enum DeviceStatus {
|
||||||
DS_OK = 0,
|
DS_OK = 0,
|
||||||
DS_ERROR = 1,
|
DS_ERROR = 1,
|
||||||
|
|
|
||||||
Binary file not shown.
Binary file not shown.
|
|
@ -138,7 +138,7 @@
|
||||||
});
|
});
|
||||||
|
|
||||||
};
|
};
|
||||||
setAppVersion() { document.getElementById('spanAppVersion').innerText = 'v1.1.0'; };
|
setAppVersion() { document.getElementById('spanAppVersion').innerText = 'v1.2.0'; };
|
||||||
setTimeZones() {
|
setTimeZones() {
|
||||||
let dd = document.getElementById('selTimeZone');
|
let dd = document.getElementById('selTimeZone');
|
||||||
dd.length = 0;
|
dd.length = 0;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue