File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- 3.0.11
1+ 3.1.0
Original file line number Diff line number Diff line change 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 -->
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 ">
Original file line number Diff line number Diff line change @@ -1272,7 +1272,7 @@ class Security {
12721272}
12731273var security = new Security ( ) ;
12741274
1275- // let appVersion = 'v3.0.11 '; // Default placeholder
1275+ // let appVersion = 'v3.1.0 '; // Default placeholder
12761276async function getAppVersion ( ) {
12771277 try {
12781278 const response = await fetch ( '/appversion' ) ;
@@ -1285,7 +1285,7 @@ async function getAppVersion() {
12851285 // Trigger any UI updates here
12861286 } catch ( error ) {
12871287 console . error ( "Error loading App version:" , error ) ;
1288- appVersion = 'v3.0.11 ' ; // Default placeholder
1288+ appVersion = 'v3.1.0 ' ; // Default placeholder
12891289 }
12901290 return appVersion ;
12911291}
Original file line number Diff line number Diff line change 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
1313enum class conn_types_t : byte {
You can’t perform that action at this time.
0 commit comments