Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
NodeManager_BME280_EasyPCB
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SmartHome
NodeManager_BME280_EasyPCB
Commits
32098eac
Commit
32098eac
authored
8 years ago
by
user2684
Browse files
Options
Downloads
Patches
Plain Diff
Add MY_BAUD_RATE as a define #24
parent
b77d7815
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
NodeManagerTemplate/NodeManagerTemplate.ino
+1
-1
1 addition, 1 deletion
NodeManagerTemplate/NodeManagerTemplate.ino
NodeManagerTemplate/config.h
+1
-0
1 addition, 0 deletions
NodeManagerTemplate/config.h
with
2 additions
and
1 deletion
NodeManagerTemplate/NodeManagerTemplate.ino
+
1
−
1
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
*/
...
...
This diff is collapsed.
Click to expand it.
NodeManagerTemplate/config.h
+
1
−
0
View file @
32098eac
...
...
@@ -11,6 +11,7 @@
/**********************************
* MySensors configuration
*/
#define MY_BAUD_RATE 9800
//#define MY_DEBUG
//#define MY_NODE_ID 100
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment