IR_NEC object has no attribute rxStatus
-
-
Hello @leo-ninja-turtle
the IR unit has two modes:
NEC
andGPIO
. By default the IR unit is added inNEC
mode, however the blockir_0 state
is part of theGPIO
mode - hence the error.Try switching the mode to
GPIO
by clicking on the IR unit and then use theMode
drop-down menu.Thanks
Felix