We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
when update irremote from 4.0.6 to 4.1.0, irremote_simletest.py not work as expect.
the member function def decode_bits(self, pulses): of GenericDecode has no return value,
def decode_bits(self, pulses):
GenericDecode
maybe line with return result.code should be added to the last of the function.
return result.code