Increased allowed number of ACL entries to accommodate number of Streetpass IPs.

This commit is contained in:
Michael Smith 2018-03-10 15:47:25 +01:00
parent 54f471343b
commit 8fab309a77

View File

@ -5,7 +5,7 @@
#include "lwip/pbuf.h"
#define MAX_NO_ACLS 4
#define MAX_ACL_ENTRIES 16
#define MAX_ACL_ENTRIES 20
#define ACL_DENY 0x0
#define ACL_ALLOW 0x1