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
dcc7e621
Commit
dcc7e621
authored
Apr 12, 2017
by
user2684
Browse files
if node is IDLE, battery is reported continuously #66
parent
feecc766
Changes
1
Hide whitespace changes
Inline
Side-by-side
NodeManager.cpp
View file @
dcc7e621
...
...
@@ -1647,10 +1647,8 @@ void NodeManager::loop() {
// turn off the pin powering all the sensors
if
(
_auto_power_pins
)
powerOff
();
#endif
#if SLEEP_MANAGER == 1
// continue/start sleeping as requested
_sleep
();
#endif
// continue/start sleeping as requested
if
(
_sleep_mode
!=
WAIT
)
_sleep
();
}
#endif
}
...
...
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