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 aa9c670 commit 42b95baCopy full SHA for 42b95ba
examples/scanner/scanner.ino
@@ -91,6 +91,7 @@ void setup(void) {
91
// hold in an infinite loop
92
}
93
94
+ radio.stopConstCarrier(); // in case MCU was reset while radio was emitting carrier wave
95
radio.setAutoAck(false); // Don't acknowledge arbitrary signals
96
radio.disableCRC(); // Accept any signal we find
97
radio.setAddressWidth(2); // A reverse engineering tactic (not typically recommended)
0 commit comments