Add firmware 10 for TellStick Duo
This commit is contained in:
parent
27e5b82ee1
commit
b52c80f988
2 changed files with 961 additions and 783 deletions
File diff suppressed because it is too large
Load diff
|
@ -59,7 +59,7 @@ bool TellStick::isUpgradable() const {
|
|||
|
||||
} else if (type() == 2) {
|
||||
//TellStick Duo
|
||||
if (firmware < 5) {
|
||||
if (firmware < 10) {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue