minor tweak to fix receive on start

This commit is contained in:
spaceneedle 2017-06-10 12:50:31 -05:00
parent 74230282b8
commit 3e3b0daeab
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ void setup() {
radio.initialize();
radio.setRfPower(0);
radio.frequency(146520);
radio.setModeReceive();
}
void loop() {