mirror of
https://github.com/anklimov/lighthub
synced 2026-09-13 05:34:17 +00:00
pre-release-binaries
This commit is contained in:
Binary file not shown.
+6756
-6753
File diff suppressed because it is too large
Load Diff
+9706
-9706
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.
+10753
-10752
File diff suppressed because it is too large
Load Diff
+9462
-9461
File diff suppressed because it is too large
Load Diff
Binary file not shown.
+6421
-6418
File diff suppressed because it is too large
Load Diff
@@ -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
|
||||
|
||||
+6370
-6369
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
Binary file not shown.
+1909
-1932
File diff suppressed because it is too large
Load Diff
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user