1
0
Fork 0

Transponder: make standby mode work

This commit is contained in:
James Turner 2021-03-18 13:45:26 +00:00
parent 45786de6c9
commit fe99747d37

View file

@ -343,7 +343,7 @@ bool Transponder::getReplyAnnunciator() const
bool Transponder::isPowerSwitchOn() const
{
return (_knob_node->getIntValue() > KNOB_STANDBY);
return (_knob_node->getIntValue() >= KNOB_STANDBY);
}