Commit a4cabc66 authored by Greg Copeland's avatar Greg Copeland Committed by maniacbug

Yet more merge cleanup. Changes default channel to be

US/Internationally legal while ensuring no spectrum bleed.
parent 7ad1b409
...@@ -370,7 +370,9 @@ void RF24::begin(void) ...@@ -370,7 +370,9 @@ void RF24::begin(void)
write_register(STATUS,_BV(RX_DR) | _BV(TX_DS) | _BV(MAX_RT) ); write_register(STATUS,_BV(RX_DR) | _BV(TX_DS) | _BV(MAX_RT) );
// Set up default configuration. Callers can always change it later. // Set up default configuration. Callers can always change it later.
setChannel(100); // This channel should be universally safe and not bleed over into adjacent
// spectrum.
setChannel(76);
// Flush buffers // Flush buffers
flush_rx(); flush_rx();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment