Skip to content

Commit

Permalink
Move to channel 92 for compatability with NanodeUIP/examples/sensor_g…
Browse files Browse the repository at this point in the history
…ateway_rf24
  • Loading branch information
maniacbug committed Jan 23, 2012
1 parent ba94b74 commit 09dc4e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/sensornet/sensornet.pde
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ void setup(void)

SPI.begin();
radio.begin();
network.begin(/*channel*/ 95, /*node address*/ this_node);
network.begin(/*channel*/ 92, /*node address*/ this_node);
}

void loop(void)
Expand Down

0 comments on commit 09dc4e7

Please sign in to comment.