File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -27,9 +27,9 @@ Version 2.xxx (xxxx 2015)
27
27
- Changed: Short Log cleanup method
28
28
- Implemented: Option to flash sensors when an update is received (enable in the settings page)
29
29
- Changed: Lowered HTTP connection timeout to 10 seconds
30
- - Implemented: RFXCom (Serial) option to update the firmware via the web interface
31
30
- Fixed: Post command handling
32
31
- Changed: BMP085, when forecast is unknown, its calculated directly based on the pressure
32
+ - Removed: (needs more testing) RFXCom (Serial) option to update the firmware via the web interface
33
33
34
34
Version 2.2563 (June 14th 2015)
35
35
- Implemented: WebServer, native SSL and keep-alive, big thanks to chimit!!!!
Original file line number Diff line number Diff line change 1
1
CACHE MANIFEST
2
- # ref 982
2
+ # ref 983
3
3
4
4
CACHE:
5
5
# CSS
Original file line number Diff line number Diff line change @@ -396,9 +396,11 @@ <h1 data-i18n="Nodes">Nodes</h1>
396
396
< input type ="hidden " id ="idx " name ="idx " value ="-1 ">
397
397
< button class ="btn btn-warning " id ="defaultbutton "> Default</ button >
398
398
< button class ="btn btn-danger " id ="submitbutton "> Set Mode</ button >
399
+ <!--
399
400
<br>
400
401
<br>
401
402
<button class="btn btn-info" id="firmwarebutton">Upgrade Firmware</button>
403
+ -->
402
404
</ form >
403
405
</ center >
404
406
</ div >
You can’t perform that action at this time.
0 commit comments