Yet more merge cleanup. Changes default channel to be

US/Internationally legal while ensuring no spectrum bleed.
This commit is contained in:
Greg Copeland 2011-08-17 12:02:51 -05:00 committed by maniacbug
parent 7ad1b409fe
commit a4cabc66a2
1 changed files with 3 additions and 1 deletions

View File

@ -370,7 +370,9 @@ void RF24::begin(void)
write_register(STATUS,_BV(RX_DR) | _BV(TX_DS) | _BV(MAX_RT) );
// 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_rx();