mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Merge branch 'bugfix/wifi_scan_example_v5.3' into 'release/v5.3'
fix(wifi): Free scan configuration after use when channel bitmap is used in scan example (Backport v5.3) See merge request espressif/esp-idf!32201
This commit is contained in:
commit
b58fa75121
@ -179,6 +179,7 @@ static void wifi_scan(void)
|
||||
}
|
||||
array_2_channel_bitmap(channel_list, CHANNEL_LIST_SIZE, scan_config);
|
||||
esp_wifi_scan_start(scan_config, true);
|
||||
free(scan_config);
|
||||
|
||||
#else
|
||||
esp_wifi_scan_start(NULL, true);
|
||||
|
Loading…
Reference in New Issue
Block a user