Skip to content

Commit 9a7a505

Browse files
committed
Merge branch 'main' of github.com:shailensobhee/ESPSomfy-RTS
2 parents 88c11f9 + 367674a commit 9a7a505

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

data-src/appversion

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.0.11
1+
3.1.0

data-src/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
<meta name="apple-mobile-web-app-title" content="ESPSomfy RTS App">
99
<meta name="apple-mobile-web-app-status-bar-style" content="black">
1010

11-
<link rel="stylesheet" href="main.css?v=3.0.11c" type="text/css" />
12-
<link rel="stylesheet" href="widgets.css?v=3.0.11c" type="text/css" />
13-
<link rel="stylesheet" href="icons.css?v=3.0.11c" type="text/css" />
11+
<link rel="stylesheet" href="main.css?v=3.1.0c" type="text/css" />
12+
<link rel="stylesheet" href="widgets.css?v=3.1.0c" type="text/css" />
13+
<link rel="stylesheet" href="icons.css?v=3.1.0c" type="text/css" />
1414
<link rel="icon" type="image/png" href="favicon.png" />
1515

1616
<!-- iPad retina icon -->
@@ -114,7 +114,7 @@
114114
rel="apple-touch-startup-image">
115115

116116

117-
<script type="text/javascript" src="index.js?v=3.0.11c"></script>
117+
<script type="text/javascript" src="index.js?v=3.1.0c"></script>
118118
</head>
119119
<body>
120120
<div id="divContainer" class="container main" data-auth="false">

data-src/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1275,7 +1275,7 @@ class Security {
12751275
}
12761276
var security = new Security();
12771277

1278-
// let appVersion = 'v3.0.11'; // Default placeholder
1278+
// let appVersion = 'v3.1.0'; // Default placeholder
12791279
async function getAppVersion() {
12801280
try {
12811281
const response = await fetch('/appversion');
@@ -1288,7 +1288,7 @@ async function getAppVersion() {
12881288
// Trigger any UI updates here
12891289
} catch (error) {
12901290
console.error("Error loading App version:", error);
1291-
appVersion = 'v3.0.11'; // Default placeholder
1291+
appVersion = 'v3.1.0'; // Default placeholder
12921292
}
12931293
return appVersion;
12941294
}

src/ConfigSettings.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#include "WResp.h"
88

99
#ifndef FW_VERSION
10-
#define FW_VERSION "v3.0.11" // Fallback if app_version.py script fails
10+
#define FW_VERSION "v3.1.0" // Fallback if app_version.py script fails
1111
#endif
1212

1313
enum class conn_types_t : byte {

0 commit comments

Comments
 (0)