MCPcopy 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
522void BruceConfig::setAutomaticTimeUpdateViaNTP(bool value) {
523 automaticTimeUpdateViaNTP = value;
524 saveFile();
525}
526
527void BruceConfig::setTmz(float value) {
528 tmz = value;

Callers 1

setClockFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected