MCPcopy Create free account
hub / github.com/UtilitechAS/amsreader-firmware / ackWebChange

Method ackWebChange

lib/AmsConfiguration/src/AmsConfiguration.cpp:294–296  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

292}
293
294void AmsConfiguration::ackWebChange() {
295 webChanged = false;
296}
297
298bool AmsConfiguration::getMeterConfig(MeterConfig& config) {
299 EEPROM.begin(EEPROM_SIZE);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected