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 34466ae commit 8e19b0dCopy full SHA for 8e19b0d
FeatherCAN_CircuitPython/sender-ack/code.py
@@ -56,8 +56,8 @@
56
print(f"Received ACK: {ack_count}")
57
received_ack_confirmed = True
58
break
59
- else:
60
- print(f"Received incorrect ACK: {ack_count} should be {count}")
+
+ print(f"Received incorrect ACK: {ack_count} should be {count}")
61
62
if received_ack_confirmed:
63
0 commit comments