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.
1 parent a463aab commit 16c2bc5Copy full SHA for 16c2bc5
Circuit_Playground_Express_IR_Treasure_Hunt/CPX_Hunter.py
@@ -31,7 +31,7 @@
31
# Try and decode them
32
try:
33
# Attempt to convert received pulses into numbers
34
- received_code = tuple(decoder.decode_bits(pulses, debug=False))
+ received_code = tuple(decoder.decode_bits(pulses))
35
except adafruit_irremote.IRNECRepeatException:
36
# We got an unusual short code, probably a 'repeat' signal
37
# print("NEC repeat!")
0 commit comments