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
7b7deb9f
Commit
7b7deb9f
authored
Mar 31, 2017
by
user2684
Browse files
Send a STARTED message upon startup #31
parent
0abfc20e
Changes
1
Hide whitespace changes
Inline
Side-by-side
NodeManagerTemplate/NodeManager.cpp
View file @
7b7deb9f
...
...
@@ -1199,6 +1199,9 @@ void NodeManager::setup() {
Serial
.
print
(
" M="
);
Serial
.
println
(
getControllerConfig
().
isMetric
);
#endif
#if SERVICE_MESSAGES == 1
_send
(
_msg
.
set
(
STARTED
));
#endif
}
// run the main function for all the register sensors
...
...
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