mirror of
https://github.com/rstrouse/ESPSomfy-RTS.git
synced 2025-12-12 18:42:10 +01:00
Stamp v1.6.1
This commit is contained in:
parent
5f67b99f88
commit
36356e5774
5 changed files with 6 additions and 6 deletions
|
|
@ -3,7 +3,7 @@
|
|||
#ifndef configsettings_h
|
||||
#define configsettings_h
|
||||
|
||||
#define FW_VERSION "v1.6.0"
|
||||
#define FW_VERSION "v1.6.1"
|
||||
enum DeviceStatus {
|
||||
DS_OK = 0,
|
||||
DS_ERROR = 1,
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -1 +1 @@
|
|||
1.6.0
|
||||
1.6.1
|
||||
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta charset="UTF-8">
|
||||
<link rel="stylesheet" href="main.css?v=1.6.0" type="text/css" />
|
||||
<link rel="stylesheet" href="icons.css?v=1.6.0" type="text/css" />
|
||||
<link rel="stylesheet" href="main.css?v=1.6.1" type="text/css" />
|
||||
<link rel="stylesheet" href="icons.css?v=1.6.1" type="text/css" />
|
||||
<link rel="icon" type="image/png" href="favicon.png" />
|
||||
<script type="text/javascript" src="index.js?v=1.6.0"></script>
|
||||
<script type="text/javascript" src="index.js?v=1.6.1"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="divContainer" class="container" style="user-select:none;position:relative;border-radius:27px;">
|
||||
|
|
|
|||
|
|
@ -378,7 +378,7 @@ async function reopenSocket() {
|
|||
await initSockets();
|
||||
}
|
||||
class General {
|
||||
appVersion = 'v1.6.0';
|
||||
appVersion = 'v1.6.1';
|
||||
reloadApp = false;
|
||||
async init() {
|
||||
this.setAppVersion();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue