Binaries & small changes

This commit is contained in:
2021-03-09 05:44:29 +03:00
parent 058cde331d
commit 8b0ba44445
25 changed files with 29491 additions and 26116 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
-DCONTROLLINO
-DCUSTOM_FIRMWARE_MAC=de:ad:be:ef:fe:07
-DWiz5100
-DPID_DISABLE
#-DPID_DISABLE
+1 -1
View File
@@ -5,5 +5,5 @@
-DARTNET_ENABLE
-DOTA
-DSTATUSLED
-DPID_DISABLE
#-DPID_DISABLE
+1 -1
View File
@@ -3,4 +3,4 @@
-DSTATUSLED
-DSYSLOG_ENABLE
-DWiz5100
-DPID_DISABLE
#-DPID_DISABLE
+1 -1
View File
@@ -3,4 +3,4 @@
-DDMX_SMOOTH
-DSTATUSLED
-DSYSLOG_ENABLE
-DPID_DISABLE
#-DPID_DISABLE
+1 -1
View File
@@ -13,4 +13,4 @@
#-DARTNET_ENABLE - udp rx errors ((
#-DUSE_1W_PIN=16
#-DW5500_CS_PIN=15
-DPID_DISABLE
#-DPID_DISABLE
+1 -1
View File
@@ -7,4 +7,4 @@
-DARTNET_ENABLE
-DUSE_1W_PIN=16
-DW5500_CS_PIN=15
-DPID_DISABLE
#-DPID_DISABLE
+1 -1
View File
@@ -9,4 +9,4 @@
-DM5STACK
#-DSYSLOG_ENABLE
-DUSE_1W_PIN=16
-DPID_DISABLE
#-DPID_DISABLE
+1 -1
View File
@@ -2,4 +2,4 @@
-DAVR_DMXOUT_PIN=18
-DSYSLOG_ENABLE
-DWiz5100
-DPID_DISABLE
#-DPID_DISABLE
+1 -1
View File
@@ -2,4 +2,4 @@
-DMODBUS_DIMMER_PARAM=SERIAL_8E1
-DAVR_DMXOUT_PIN=18
-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.
+1 -1
View File
@@ -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:
+6
View File
@@ -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
View File
@@ -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