mirror of
https://github.com/rstrouse/ESPSomfy-RTS.git
synced 2025-12-13 11:02:12 +01:00
Release v1.5.2
* Additional filters for invalid frames * Added tilt calibration for integrated tilt blinds
This commit is contained in:
parent
e8296d3782
commit
156bdee0a5
6 changed files with 11 additions and 6 deletions
|
|
@ -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.5.2b" type="text/css" />
|
||||
<link rel="stylesheet" href="icons.css?v=1.5.2b" type="text/css" />
|
||||
<link rel="stylesheet" href="main.css?v=1.5.2" type="text/css" />
|
||||
<link rel="stylesheet" href="icons.css?v=1.5.2" type="text/css" />
|
||||
<link rel="icon" type="image/png" href="favicon.png" />
|
||||
<script type="text/javascript" src="index.js?v=1.5.2b"></script>
|
||||
<script type="text/javascript" src="index.js?v=1.5.2"></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.5.2beta';
|
||||
appVersion = 'v1.5.2';
|
||||
reloadApp = false;
|
||||
async init() {
|
||||
this.setAppVersion();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue