Skip to content

Commit b9a3e2c

Browse files
authored
Prevent Topology Failures When A System Has Multiple Salinity Sensors (#369)
Updates the LWIP task priority to 7 to allow LWIP to preempt low priority tasks and be able to receive/transmit data on the Bristlemouth network.
1 parent ef08c52 commit b9a3e2c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib/lwip/lwipopts.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626

2727
#define TCPIP_MBOX_SIZE 16
2828
#define TCPIP_THREAD_STACKSIZE 8192
29+
#define TCPIP_THREAD_PRIO 7
2930

3031
// Needed for multicast
3132
#define LWIP_IPV6_MLD (LWIP_IPV6)

0 commit comments

Comments
 (0)