Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BruceDevices/firmware
/ setAutomaticTimeUpdateViaNTP
Method
setAutomaticTimeUpdateViaNTP
src/core/config.cpp:522–525 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
520
}
521
522
void BruceConfig::setAutomaticTimeUpdateViaNTP(bool value) {
523
automaticTimeUpdateViaNTP = value;
524
saveFile();
525
}
526
527
void BruceConfig::setTmz(float value) {
528
tmz = value;
Callers
1
setClock
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected