mirror of
https://github.com/UtilitechAS/amsreader-firmware.git
synced 2026-01-29 21:40:50 +00:00
Buffer improvements and fixed special characters in ssid
This commit is contained in:
@@ -266,6 +266,10 @@ void AmsConfiguration::ackMeterChanged() {
|
||||
meterChanged = false;
|
||||
}
|
||||
|
||||
void AmsConfiguration::setMeterChanged() {
|
||||
meterChanged = true;
|
||||
}
|
||||
|
||||
bool AmsConfiguration::getDebugConfig(DebugConfig& config) {
|
||||
if(hasConfig()) {
|
||||
EEPROM.begin(EEPROM_SIZE);
|
||||
|
||||
Reference in New Issue
Block a user