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

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@@ -1 +1 @@
../tools/mac/tool-avrdude/avrdude -C ../tools/mac/tool-avrdude/avrdude.conf -P net:192.168.88.2:23000 -v -V -patmega2560 -cwiring -b115200 -D -Uflash:w:firmware.hex:i avrdude -P net:192.168.88.2:23000 -v -V -patmega2560 -cwiring -b115200 -D -Uflash:w:firmware.hex:i

File diff suppressed because it is too large Load Diff

Binary file not shown.

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

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