mirror of
https://github.com/rstrouse/ESPSomfy-RTS.git
synced 2025-12-13 11:02:12 +01:00
Commit v1.4.7
Changes software sync for certain motors notably Glydea.
This commit is contained in:
parent
a80b2ca97c
commit
aec9989d8d
6 changed files with 6 additions and 6 deletions
|
|
@ -1 +1 @@
|
|||
1.4.6
|
||||
1.4.7
|
||||
|
|
@ -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.4.6" type="text/css" />
|
||||
<link rel="stylesheet" href="icons.css?v=1.4.6" type="text/css" />
|
||||
<link rel="stylesheet" href="main.css?v=1.4.7" type="text/css" />
|
||||
<link rel="stylesheet" href="icons.css?v=1.4.7" type="text/css" />
|
||||
<link rel="icon" type="image/png" href="favicon.png" />
|
||||
<script type="text/javascript" src="index.js?v=1.4.6"></script>
|
||||
<script type="text/javascript" src="index.js?v=1.4.7"></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.4.6';
|
||||
appVersion = 'v1.4.7';
|
||||
reloadApp = false;
|
||||
async init() {
|
||||
this.setAppVersion();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue