Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SmartHome
NodeManager_GasSensor
Commits
32098eac
Commit
32098eac
authored
Mar 31, 2017
by
user2684
Browse files
Add MY_BAUD_RATE as a define #24
parent
b77d7815
Changes
2
Hide whitespace changes
Inline
Side-by-side
NodeManagerTemplate/NodeManagerTemplate.ino
View file @
32098eac
...
...
@@ -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
*/
...
...
NodeManagerTemplate/config.h
View file @
32098eac
...
...
@@ -11,6 +11,7 @@
/**********************************
* MySensors configuration
*/
#define MY_BAUD_RATE 9800
//#define MY_DEBUG
//#define MY_NODE_ID 100
...
...
Write
Preview
Supports
Markdown
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