Add firmware 10 for TellStick Duo

This commit is contained in:
Micke Prag 2013-05-29 12:04:05 +02:00
parent 27e5b82ee1
commit b52c80f988
2 changed files with 961 additions and 783 deletions

File diff suppressed because it is too large Load diff

View file

@ -59,7 +59,7 @@ bool TellStick::isUpgradable() const {
} else if (type() == 2) {
//TellStick Duo
if (firmware < 5) {
if (firmware < 10) {
return true;
}
}