Fixed multiple devices causing overflow in compile. Fixed PICS Float data type not being decoded correctly (bit order reversed).
This commit is contained in:
@@ -674,7 +674,7 @@
|
||||
"LWIP_MAX_ACTIVE_TCP": 16,
|
||||
"LWIP_MAX_LISTENING_TCP": 16,
|
||||
"LWIP_MAX_RAW_PCBS": 16,
|
||||
"LWIP_MAX_SOCKETS": 10,
|
||||
"LWIP_MAX_SOCKETS": 16,
|
||||
"LWIP_MAX_UDP_PCBS": 16,
|
||||
"LWIP_MLDV6_TMR_INTERVAL": 40,
|
||||
"LWIP_MULTICAST_PING": false,
|
||||
|
||||
Reference in New Issue
Block a user