fix(ci): Enlarge the pcap memory size in sniffer example

This commit is contained in:
zhangyanjiao 2024-12-03 19:24:40 +08:00
parent fc9cbc7072
commit ddfaec54ed

View File

@ -1,3 +1,4 @@
CONFIG_SPIRAM=y
CONFIG_SPIRAM_IGNORE_NOTFOUND=y
CONFIG_SNIFFER_PCAP_DESTINATION_MEMORY=y
CONFIG_SNIFFER_PCAP_MEMORY_SIZE=8000