Skip to content

Commit

Permalink
Update rcGW.ino
Browse files Browse the repository at this point in the history
  • Loading branch information
serenad3 committed Mar 29, 2015
1 parent 64c4f75 commit 2389b18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rcGW.ino
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ void setup(){
server.begin();
radio.begin();
radio.setDataRate(RF24_250KBPS);
radio.setPayloadSize(sizeoff);
radio.setPayloadSize(sizeof);
radio.openWritingPipe(pipes);
}

Expand Down

0 comments on commit 2389b18

Please sign in to comment.