Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
RF24
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
RF24
Commits
a4cabc66
Commit
a4cabc66
authored
Aug 17, 2011
by
Greg Copeland
Committed by
maniacbug
Sep 12, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Yet more merge cleanup. Changes default channel to be
US/Internationally legal while ensuring no spectrum bleed.
parent
7ad1b409
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
RF24.cpp
RF24.cpp
+3
-1
No files found.
RF24.cpp
View file @
a4cabc66
...
...
@@ -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
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment