mirror of
https://github.com/anklimov/lighthub
synced 2025-12-06 19:59:50 +03:00
Binaries & small changes
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
-DCONTROLLINO
|
-DCONTROLLINO
|
||||||
-DCUSTOM_FIRMWARE_MAC=de:ad:be:ef:fe:07
|
-DCUSTOM_FIRMWARE_MAC=de:ad:be:ef:fe:07
|
||||||
-DWiz5100
|
-DWiz5100
|
||||||
-DPID_DISABLE
|
#-DPID_DISABLE
|
||||||
|
|||||||
@@ -5,5 +5,5 @@
|
|||||||
-DARTNET_ENABLE
|
-DARTNET_ENABLE
|
||||||
-DOTA
|
-DOTA
|
||||||
-DSTATUSLED
|
-DSTATUSLED
|
||||||
-DPID_DISABLE
|
#-DPID_DISABLE
|
||||||
|
|
||||||
|
|||||||
@@ -3,4 +3,4 @@
|
|||||||
-DSTATUSLED
|
-DSTATUSLED
|
||||||
-DSYSLOG_ENABLE
|
-DSYSLOG_ENABLE
|
||||||
-DWiz5100
|
-DWiz5100
|
||||||
-DPID_DISABLE
|
#-DPID_DISABLE
|
||||||
|
|||||||
@@ -3,4 +3,4 @@
|
|||||||
-DDMX_SMOOTH
|
-DDMX_SMOOTH
|
||||||
-DSTATUSLED
|
-DSTATUSLED
|
||||||
-DSYSLOG_ENABLE
|
-DSYSLOG_ENABLE
|
||||||
-DPID_DISABLE
|
#-DPID_DISABLE
|
||||||
|
|||||||
@@ -13,4 +13,4 @@
|
|||||||
#-DARTNET_ENABLE - udp rx errors ((
|
#-DARTNET_ENABLE - udp rx errors ((
|
||||||
#-DUSE_1W_PIN=16
|
#-DUSE_1W_PIN=16
|
||||||
#-DW5500_CS_PIN=15
|
#-DW5500_CS_PIN=15
|
||||||
-DPID_DISABLE
|
#-DPID_DISABLE
|
||||||
|
|||||||
@@ -7,4 +7,4 @@
|
|||||||
-DARTNET_ENABLE
|
-DARTNET_ENABLE
|
||||||
-DUSE_1W_PIN=16
|
-DUSE_1W_PIN=16
|
||||||
-DW5500_CS_PIN=15
|
-DW5500_CS_PIN=15
|
||||||
-DPID_DISABLE
|
#-DPID_DISABLE
|
||||||
|
|||||||
@@ -9,4 +9,4 @@
|
|||||||
-DM5STACK
|
-DM5STACK
|
||||||
#-DSYSLOG_ENABLE
|
#-DSYSLOG_ENABLE
|
||||||
-DUSE_1W_PIN=16
|
-DUSE_1W_PIN=16
|
||||||
-DPID_DISABLE
|
#-DPID_DISABLE
|
||||||
|
|||||||
@@ -2,4 +2,4 @@
|
|||||||
-DAVR_DMXOUT_PIN=18
|
-DAVR_DMXOUT_PIN=18
|
||||||
-DSYSLOG_ENABLE
|
-DSYSLOG_ENABLE
|
||||||
-DWiz5100
|
-DWiz5100
|
||||||
-DPID_DISABLE
|
#-DPID_DISABLE
|
||||||
|
|||||||
@@ -2,4 +2,4 @@
|
|||||||
-DMODBUS_DIMMER_PARAM=SERIAL_8E1
|
-DMODBUS_DIMMER_PARAM=SERIAL_8E1
|
||||||
-DAVR_DMXOUT_PIN=18
|
-DAVR_DMXOUT_PIN=18
|
||||||
-DSYSLOG_ENABLE
|
-DSYSLOG_ENABLE
|
||||||
-DPID_DISABLE
|
#-DPID_DISABLE
|
||||||
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.
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
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Binary file not shown.
@@ -893,7 +893,7 @@ bool itemCmd::loadItem(Item * item, bool includeCommand)
|
|||||||
switch (item->itemVal->type)
|
switch (item->itemVal->type)
|
||||||
{
|
{
|
||||||
case aJson_Int:
|
case aJson_Int:
|
||||||
Int(item->itemVal->valueint);
|
Int((int32_t)item->itemVal->valueint);
|
||||||
return true;
|
return true;
|
||||||
|
|
||||||
case aJson_Float:
|
case aJson_Float:
|
||||||
|
|||||||
@@ -1769,6 +1769,12 @@ infoSerial<<F("\n(+)MCP23017");
|
|||||||
infoSerial<<F("\n(-)MCP23017");
|
infoSerial<<F("\n(-)MCP23017");
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef PID_DISABLE
|
||||||
|
infoSerial<<F("\n(+)PID");
|
||||||
|
#else
|
||||||
|
infoSerial<<F("\n(-)PID");
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef SYSLOG_ENABLE
|
#ifdef SYSLOG_ENABLE
|
||||||
//udpSyslogClient.begin(SYSLOG_LOCAL_SOCKET);
|
//udpSyslogClient.begin(SYSLOG_LOCAL_SOCKET);
|
||||||
infoSerial<<F("\n(+)SYSLOG");
|
infoSerial<<F("\n(+)SYSLOG");
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ default_envs =
|
|||||||
; mega2560-5500
|
; mega2560-5500
|
||||||
|
|
||||||
; LightHub controller HW revision 2.1 and above (Wiznet 5500 CS on pin 53)
|
; LightHub controller HW revision 2.1 and above (Wiznet 5500 CS on pin 53)
|
||||||
lighthub21
|
; lighthub21
|
||||||
|
|
||||||
; Arduino DUE + Ethernet shield Wiznet 5100
|
; Arduino DUE + Ethernet shield Wiznet 5100
|
||||||
; due-5100
|
; due-5100
|
||||||
|
|||||||
Reference in New Issue
Block a user