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