mirror of
https://github.com/rstrouse/ESPSomfy-RTS.git
synced 2025-12-13 19:12:10 +01:00
Prepare v2.2.1 release
This commit is contained in:
parent
7592a2fc89
commit
c3b7139931
6 changed files with 7 additions and 7 deletions
|
|
@ -3,7 +3,7 @@
|
|||
#ifndef configsettings_h
|
||||
#define configsettings_h
|
||||
|
||||
#define FW_VERSION "v2.2.1b"
|
||||
#define FW_VERSION "v2.2.1"
|
||||
enum DeviceStatus {
|
||||
DS_OK = 0,
|
||||
DS_ERROR = 1,
|
||||
|
|
|
|||
Binary file not shown.
Binary file not shown.
|
|
@ -1 +1 @@
|
|||
2.2.0
|
||||
2.2.1
|
||||
|
|
@ -3,11 +3,11 @@
|
|||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta charset="UTF-8">
|
||||
<link rel="stylesheet" href="main.css?v=2.2.1b" type="text/css" />
|
||||
<link rel="stylesheet" href="widgets.css?v=2.2.1b" type="text/css" />
|
||||
<link rel="stylesheet" href="icons.css?v=2.2.1b" type="text/css" />
|
||||
<link rel="stylesheet" href="main.css?v=2.2.1" type="text/css" />
|
||||
<link rel="stylesheet" href="widgets.css?v=2.2.1" type="text/css" />
|
||||
<link rel="stylesheet" href="icons.css?v=2.2.1" type="text/css" />
|
||||
<link rel="icon" type="image/png" href="favicon.png" />
|
||||
<script type="text/javascript" src="index.js?v=2.2.1b"></script>
|
||||
<script type="text/javascript" src="index.js?v=2.2.1"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="divContainer" class="container main" data-auth="false">
|
||||
|
|
|
|||
|
|
@ -1252,7 +1252,7 @@ var security = new Security();
|
|||
|
||||
class General {
|
||||
initialized = false;
|
||||
appVersion = 'v2.2.1b';
|
||||
appVersion = 'v2.2.1';
|
||||
reloadApp = false;
|
||||
init() {
|
||||
if (this.initialized) return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue