Skip to content
Snippets Groups Projects
Commit 7b7deb9f authored by user2684's avatar user2684
Browse files

Send a STARTED message upon startup #31

parent 0abfc20e
No related branches found
No related tags found
No related merge requests found
...@@ -1199,6 +1199,9 @@ void NodeManager::setup() { ...@@ -1199,6 +1199,9 @@ void NodeManager::setup() {
Serial.print(" M="); Serial.print(" M=");
Serial.println(getControllerConfig().isMetric); Serial.println(getControllerConfig().isMetric);
#endif #endif
#if SERVICE_MESSAGES == 1
_send(_msg.set(STARTED));
#endif
} }
// run the main function for all the register sensors // run the main function for all the register sensors
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment