mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-27 19:13:21 +00:00
Merge branch 'bugfix/fix_external_coex_function_ci_memory_check_fail_issue' into 'master'
fix(wifi): fix unit test ci memory check fail issue Closes IDFCI-3500, IDFCI-4913, IDFCI-8340, and IDFCI-3511 See merge request espressif/esp-idf!45411
This commit is contained in:
@@ -105,6 +105,7 @@ static void stop_wifi(void)
|
||||
}
|
||||
vTaskDelay(500 / portTICK_PERIOD_MS);
|
||||
TEST_ESP_OK(esp_wifi_deinit());
|
||||
vTaskDelay(1);
|
||||
}
|
||||
|
||||
static void start_wifi_as_sta(void)
|
||||
|
||||
Reference in New Issue
Block a user