minor tweak to fix receive on start
This commit is contained in:
@@ -36,6 +36,7 @@ void setup() {
|
|||||||
radio.initialize();
|
radio.initialize();
|
||||||
radio.setRfPower(0);
|
radio.setRfPower(0);
|
||||||
radio.frequency(146520);
|
radio.frequency(146520);
|
||||||
|
radio.setModeReceive();
|
||||||
}
|
}
|
||||||
|
|
||||||
void loop() {
|
void loop() {
|
||||||
|
|||||||
Reference in New Issue
Block a user