mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 01:29:21 -04:00
Merge branch 'bugfix/fix_sniffer_fail_on_ci_v5.4' into 'release/v5.4'
fix(ci): Enlarge the pcap memory size in sniffer example (v5.4) See merge request espressif/esp-idf!35698
This commit is contained in:
commit
55fb426d2e
@ -80,7 +80,7 @@ void esp_mesh_p2p_tx_main(void *arg)
|
|||||||
if (!esp_mesh_is_root()) {
|
if (!esp_mesh_is_root()) {
|
||||||
ESP_LOGI(MESH_TAG, "layer:%d, rtableSize:%d, %s", mesh_layer,
|
ESP_LOGI(MESH_TAG, "layer:%d, rtableSize:%d, %s", mesh_layer,
|
||||||
esp_mesh_get_routing_table_size(),
|
esp_mesh_get_routing_table_size(),
|
||||||
(is_mesh_connected && esp_mesh_is_root()) ? "ROOT" : is_mesh_connected ? "NODE" : "DISCONNECT");
|
is_mesh_connected ? "NODE" : "DISCONNECT");
|
||||||
vTaskDelay(10 * 1000 / portTICK_PERIOD_MS);
|
vTaskDelay(10 * 1000 / portTICK_PERIOD_MS);
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
CONFIG_SPIRAM=y
|
CONFIG_SPIRAM=y
|
||||||
CONFIG_SPIRAM_IGNORE_NOTFOUND=y
|
CONFIG_SPIRAM_IGNORE_NOTFOUND=y
|
||||||
CONFIG_SNIFFER_PCAP_DESTINATION_MEMORY=y
|
CONFIG_SNIFFER_PCAP_DESTINATION_MEMORY=y
|
||||||
|
CONFIG_SNIFFER_PCAP_MEMORY_SIZE=8000
|
||||||
|
Loading…
x
Reference in New Issue
Block a user