Skip to content

Commit

Permalink
Remove magic number from example
Browse files Browse the repository at this point in the history
  • Loading branch information
cujomalainey committed Sep 16, 2017
1 parent 17e68e0 commit 178f49d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/OpenChannel/OpenChannel.ino
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ void setup()
ant.send(rs);
// Delay after resetting the radio to give the user time to connect on serial
delay(10000);
Serial.begin(9600);
Serial.begin(BAUD_RATE);
Serial.println("Running");

snk = SetNetworkKey();
Expand Down

0 comments on commit 178f49d

Please sign in to comment.