Some changes during testing

This commit is contained in:
Gunnar Skjold
2020-03-24 21:19:09 +01:00
parent 8c75a9530e
commit d9b45d037b
4 changed files with 88 additions and 93 deletions

View File

@@ -789,7 +789,7 @@ void AmsConfiguration::print(Print* debugger)
debugger->printf("authPass: %s\r\n", this->getAuthPassword().c_str());
}
debugger->printf("meterType: %i\r\n", this->getMeterType());
debugger->printf("meterType: %i\r\n", this->getMeterType());
debugger->printf("distSys: %i\r\n", this->getDistributionSystem());
debugger->printf("fuseSize: %i\r\n", this->getMainFuse());
debugger->printf("productionCapacity: %i\r\n", this->getProductionCapacity());