Yet more merge cleanup. Changes default channel to be
US/Internationally legal while ensuring no spectrum bleed.
This commit is contained in:
parent
7ad1b409fe
commit
a4cabc66a2
4
RF24.cpp
4
RF24.cpp
|
@ -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();
|
||||||
|
|
Loading…
Reference in New Issue