mirror of
https://github.com/espressif/esp-nimble.git
synced 2026-09-12 20:20:00 +00:00
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.
This commit is contained in:
@@ -33,7 +33,7 @@ pkg.deps:
|
||||
- nimble/host
|
||||
- nimble/host/services/gap
|
||||
- nimble/host/services/gatt
|
||||
- nimble/transport/ram
|
||||
- nimble/transport
|
||||
|
||||
pkg.lflags:
|
||||
- -DFLOAT_SUPPORT
|
||||
|
||||
Reference in New Issue
Block a user