Transponder: make standby mode work
This commit is contained in:
parent
45786de6c9
commit
fe99747d37
1 changed files with 1 additions and 1 deletions
|
@ -343,7 +343,7 @@ bool Transponder::getReplyAnnunciator() const
|
|||
|
||||
bool Transponder::isPowerSwitchOn() const
|
||||
{
|
||||
return (_knob_node->getIntValue() > KNOB_STANDBY);
|
||||
return (_knob_node->getIntValue() >= KNOB_STANDBY);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue