Backend is mostly done, mapping out the plant automagically works
This commit is contained in:
parent
ce64341ccc
commit
b48d2241d2
5 changed files with 64 additions and 27 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue