mirror of
https://github.com/anklimov/lighthub
synced 2025-12-11 14:19:50 +03:00
Binaries & small changes
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user