Skip to content

Commit feffb31

Browse files
committed
Bump max socket count to match firmware
1 parent 00c9caa commit feffb31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utility/wl_definitions.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
// Maximum size of a SSID list
4141
#define WL_NETWORKS_LIST_MAXNUM 10
4242
// Maxmium number of socket
43-
#define WIFI_MAX_SOCK_NUM 4
43+
#define WIFI_MAX_SOCK_NUM 10
4444
// Socket not available constant
4545
#define SOCK_NOT_AVAIL 255
4646
// Default state value for Wifi state field

0 commit comments

Comments
 (0)