Backend is mostly done, mapping out the plant automagically works

This commit is contained in:
TraYali 2024-03-18 22:49:32 +01:00
parent ce64341ccc
commit b48d2241d2
5 changed files with 64 additions and 27 deletions

View file

@ -55,5 +55,6 @@ void Port::updateParameters() {
while (parametersIterator != this->parameters.end()) {
parametersIterator->get()->updateValue(this->modbus_context, this->modbus_context_mutex, this->portStartAddress);
parametersIterator++;
break;
}
}