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
a802136a
Commit
a802136a
authored
Dec 26, 2014
by
TMRh20
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix mistake in example update
parent
0b2d8ddb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
examples/GettingStarted_CallResponse/GettingStarted_CallResponse.ino
...ttingStarted_CallResponse/GettingStarted_CallResponse.ino
+2
-2
No files found.
examples/GettingStarted_CallResponse/GettingStarted_CallResponse.ino
View file @
a802136a
...
...
@@ -46,7 +46,7 @@ void setup(){
radio
.
begin
();
radio
.
enableAckPayload
();
// Allow optional ack payloads
radio
.
enableDynamic
Ack
();
radio
.
enableDynamic
Payloads
();
// Ack payloads are dynamic payloads
if
(
radioNumber
){
radio
.
openWritingPipe
(
addresses
[
1
]);
// Both radios listen on the same pipes by default, but opposite addresses
...
...
@@ -136,4 +136,4 @@ void loop(void) {
}
}
}
}
\ No newline at end of file
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