Skip to content

Commit 55e693d

Browse files
committed
- Removed: (needs more testing) RFXCom (Serial) option to update the firmware via the web interface
1 parent 83eb283 commit 55e693d

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

History.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ Version 2.xxx (xxxx 2015)
2727
- Changed: Short Log cleanup method
2828
- Implemented: Option to flash sensors when an update is received (enable in the settings page)
2929
- Changed: Lowered HTTP connection timeout to 10 seconds
30-
- Implemented: RFXCom (Serial) option to update the firmware via the web interface
3130
- Fixed: Post command handling
3231
- 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
3333

3434
Version 2.2563 (June 14th 2015)
3535
- Implemented: WebServer, native SSL and keep-alive, big thanks to chimit!!!!

www/html5.appcache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
CACHE MANIFEST
2-
# ref 982
2+
# ref 983
33

44
CACHE:
55
# CSS

www/views/hardware.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -396,9 +396,11 @@ <h1 data-i18n="Nodes">Nodes</h1>
396396
<input type="hidden" id="idx" name="idx" value="-1">
397397
<button class="btn btn-warning" id="defaultbutton">Default</button>
398398
<button class="btn btn-danger" id="submitbutton">Set Mode</button>
399+
<!--
399400
<br>
400401
<br>
401402
<button class="btn btn-info" id="firmwarebutton">Upgrade Firmware</button>
403+
-->
402404
</form>
403405
</center>
404406
</div>

0 commit comments

Comments
 (0)