Skip to content

Commit

Permalink
OTmonitor 6.5: Support firmware versions 5.8 and 6.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
hvxl committed Mar 12, 2023
1 parent 8cb743e commit a7884ab
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 6.4.2"
FileVersion "6.4.2"
FileDescription "Opentherm Monitor 6.5"
FileVersion "6.5"
ProductName "Opentherm Monitor"
ProductVersion "6.4.2.0"
ProductVersion "6.5.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 6.4.2
set version 6.5
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 @@ -665,7 +665,7 @@ proc upgrade::eeprom {version} {
4.0a9 4.0a9.1 4.0a10 4.0a11 4.0a11.1 4.0a11.2 4.0a12
}
if {$version ni $supported && \
![package vsatisfies $version 4.0b0-5.8 6.0-6.5]} {
![package vsatisfies $version 4.0b0-5.9 6.0-6.6]} {
return {}
}
set rc {
Expand Down

0 comments on commit a7884ab

Please sign in to comment.