pre-release-binaries

This commit is contained in:
2024-08-23 00:30:59 +03:00
parent ff8997fb02
commit f672878873
19 changed files with 51380 additions and 51394 deletions

View File

@@ -463,7 +463,7 @@ itemCmd out_Modbus::findRegister(uint16_t registerNum, uint16_t posInBuffer, uin
if (doExecution && (submitRecurrentOut || *submitParam))
{
debugSerial<<F("MBUS: exec ");mappedParam.debugOut();
//debugSerial<<F("MBUS: exec ");mappedParam.debugOut();
executeCommand(execObj, -1, mappedParam);
*submitParam=true; //if requrrent check has submit smth - report it.
}
@@ -484,7 +484,7 @@ itemCmd out_Modbus::findRegister(uint16_t registerNum, uint16_t posInBuffer, uin
{
if (doExecution)
{
debugSerial<<F("MBUS: exec ");mappedParam.debugOut();
//debugSerial<<F("MBUS: exec ");mappedParam.debugOut();
executeCommand(execObj, -1, mappedParam);
}
// if param updated by device and no new value queued to send - update @V to avoid "Ignored - equal with setted val"