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

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:

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");