mirror of
https://github.com/anklimov/lighthub
synced 2025-12-06 11:49:51 +03:00
pre-release-binaries
This commit is contained in:
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.
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
@@ -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
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user