#10872: Update test log report annotation to named tuple and fixed inconsistency in docs forpytest_report_teststatus{.interpreted-text role="hook"} hook. #10907: When an exception traceback to be displayed is completely filtered out (by mechanisms such as__tracebackhide__, internal fram...
IRreceiverandIRsenderobject have been added and can be used without defining them, like the well known ArduinoSerialobject. Just remove the lineIRrecv IrReceiver(IR_RECEIVE_PIN);and/orIRsend IrSender;in your program, and replace all occurrences ofIRrecv.orirrecv.withIrReceiverand replace allIRsend...