Skip to content

Commit

Permalink
Support firmware version 5.1
Browse files Browse the repository at this point in the history
Bump version to 5.1
  • Loading branch information
hvxl committed Feb 11, 2021
1 parent d1ebb0d commit c932180
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions otmonitor.vfs/otmonitor.inf
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Language "0409"
CodePage "04b0"
FileDescription "Opentherm Monitor 5.0"
FileVersion "5.0"
FileDescription "Opentherm Monitor 5.1"
FileVersion "5.1"
ProductName "Opentherm Monitor"
ProductVersion "5.0.0.0"
ProductVersion "5.1.0.0"
OriginalFilename "otmonitor.exe"
InternalName "otmonitor"
CompanyName "Tclcode"
Expand Down
2 changes: 1 addition & 1 deletion otmonitor.vfs/otmonitor.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Opentherm monitor utility.
# For more information, see http://otgw.tclcode.com/otmonitor.html

set version 5.0
set version 5.1
set reportflags 0
set appendlog 0
set setpt 20.00
Expand Down
2 changes: 1 addition & 1 deletion otmonitor.vfs/upgrade.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@ proc upgrade::eeprom {version} {
4.0a9 4.0a9.1 4.0a10 4.0a11 4.0a11.1 4.0a11.2 4.0a12
}
if {$version == 0 || \
$version ni $supported && ![package vsatisfies $version 4.0b0-5.1]} {
$version ni $supported && ![package vsatisfies $version 4.0b0-5.2]} {
return {}
}
set rc {
Expand Down

0 comments on commit c932180

Please sign in to comment.