Skip to content

Commit

Permalink
Yet more merge cleanup. Changes default channel to be
Browse files Browse the repository at this point in the history
US/Internationally legal while ensuring no spectrum bleed.
  • Loading branch information
gcopeland authored and maniacbug committed Sep 13, 2011
1 parent 7ad1b40 commit a4cabc6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion RF24.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit a4cabc6

Please sign in to comment.