Files
esp-nimble/apps/blemesh_shell
Jerzy Kasenberg 8c6f70425b apps: Update transport selection method
Transport package should not be included directly.
Instead, nimble/transport should be included and
BLE_HCI_TRANSPORT syscfg value should specify transport,
and this will include correct package.

This commit changes nimble/transport/ram to nimble/transport in
all applications that still have deprecated way of transport
selection.

Default value of BLE_HCI_TRANSPORT is ram so syscfg.yml for
targets does not need to be updated.
2021-12-17 14:12:46 +01:00
..