Skip to content
Snippets Groups Projects
Commit 32098eac authored by user2684's avatar user2684
Browse files

Add MY_BAUD_RATE as a define #24

parent b77d7815
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@ NodeManager nodeManager;
// before
void before() {
// setup the serial port baud rate
Serial.begin(9600);
Serial.begin(MY_BAUD_RATE);
/*
* Register below your sensors
*/
......
......@@ -11,6 +11,7 @@
/**********************************
* MySensors configuration
*/
#define MY_BAUD_RATE 9800
//#define MY_DEBUG
//#define MY_NODE_ID 100
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment