mirror of
https://github.com/UtilitechAS/amsreader-firmware.git
synced 2026-03-14 22:28:50 +00:00
Fixed autodetect
This commit is contained in:
@@ -47,6 +47,10 @@ bool PulseMeterCommunicator::isConfigChanged() {
|
||||
return this->configChanged;
|
||||
}
|
||||
|
||||
void PulseMeterCommunicator::ackConfigChanged() {
|
||||
configChanged = false;
|
||||
}
|
||||
|
||||
void PulseMeterCommunicator::getCurrentConfig(MeterConfig& meterConfig) {
|
||||
meterConfig = this->meterConfig;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user