Fixed ble_compatibility_test example NVS init error

This commit is contained in:
zhiweijian 2022-11-15 18:40:02 +08:00
parent 098465ff74
commit bba1cd5afa

View File

@ -627,8 +627,6 @@ void app_main(void)
}
ESP_ERROR_CHECK( ret );
ESP_ERROR_CHECK(nvs_flash_erase());
ESP_ERROR_CHECK(esp_bt_controller_mem_release(ESP_BT_MODE_CLASSIC_BT));
esp_bt_controller_config_t bt_cfg = BT_CONTROLLER_INIT_CONFIG_DEFAULT();