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.10
1+ 3.0.11
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.10c " type ="text/css " />
12- < link rel ="stylesheet " href ="widgets.css?v=3.0.10c " type ="text/css " />
13- < link rel ="stylesheet " href ="icons.css?v=3.0.10c " type ="text/css " />
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 " />
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.10c "> </ script >
117+ < script type ="text/javascript " src ="index.js?v=3.0.11c "> </ 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 @@ -1270,7 +1270,7 @@ var security = new Security();
12701270
12711271class General {
12721272 initialized = false ;
1273- appVersion = 'v3.0.10 ' ;
1273+ appVersion = 'v3.0.11 ' ;
12741274 reloadApp = false ;
12751275 init ( ) {
12761276 if ( this . initialized ) return ;
Original file line number Diff line number Diff line change 55#ifndef configsettings_h
66#define configsettings_h
77#include " WResp.h"
8- #define FW_VERSION " v3.0.10 "
8+ #define FW_VERSION " v3.0.11 "
99enum class conn_types_t : byte {
1010 unset = 0x00 ,
1111 wifi = 0x01 ,
You can’t perform that action at this time.
0 commit comments