mirror of
https://github.com/rstrouse/ESPSomfy-RTS.git
synced 2026-05-12 21:32:13 +02:00
chore: bump version to v3.0.12
This commit is contained in:
parent
5c90715d44
commit
f51e90bb7c
4 changed files with 8 additions and 8 deletions
|
|
@ -1 +1 @@
|
|||
3.0.11
|
||||
3.0.12
|
||||
|
|
@ -8,9 +8,9 @@
|
|||
<meta name="apple-mobile-web-app-title" content="ESPSomfy RTS App">
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black">
|
||||
|
||||
<link rel="stylesheet" href="main.css?v=3.0.11c" type="text/css" />
|
||||
<link rel="stylesheet" href="widgets.css?v=3.0.11c" type="text/css" />
|
||||
<link rel="stylesheet" href="icons.css?v=3.0.11c" type="text/css" />
|
||||
<link rel="stylesheet" href="main.css?v=3.0.12c" type="text/css" />
|
||||
<link rel="stylesheet" href="widgets.css?v=3.0.12c" type="text/css" />
|
||||
<link rel="stylesheet" href="icons.css?v=3.0.12c" type="text/css" />
|
||||
<link rel="icon" type="image/png" href="favicon.png" />
|
||||
|
||||
<!-- iPad retina icon -->
|
||||
|
|
@ -114,7 +114,7 @@
|
|||
rel="apple-touch-startup-image">
|
||||
|
||||
|
||||
<script type="text/javascript" src="index.js?v=3.0.11c"></script>
|
||||
<script type="text/javascript" src="index.js?v=3.0.12c"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="divContainer" class="container main" data-auth="false">
|
||||
|
|
|
|||
|
|
@ -1271,7 +1271,7 @@ class Security {
|
|||
}
|
||||
var security = new Security();
|
||||
|
||||
// let appVersion = 'v3.0.11'; // Default placeholder
|
||||
// let appVersion = 'v3.0.12'; // Default placeholder
|
||||
async function getAppVersion() {
|
||||
try {
|
||||
const response = await fetch('/appversion');
|
||||
|
|
@ -1284,7 +1284,7 @@ async function getAppVersion() {
|
|||
// Trigger any UI updates here
|
||||
} catch (error) {
|
||||
console.error("Error loading App version:", error);
|
||||
appVersion = 'v3.0.11'; // Default placeholder
|
||||
appVersion = 'v3.0.12'; // Default placeholder
|
||||
}
|
||||
return appVersion;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
#include "WResp.h"
|
||||
|
||||
#ifndef FW_VERSION
|
||||
#define FW_VERSION "v3.0.11" // Fallback if app_version.py script fails
|
||||
#define FW_VERSION "v3.0.12" // Fallback if app_version.py script fails
|
||||
#endif
|
||||
|
||||
enum class conn_types_t : byte {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue