forked from espressif/esp-idf
Merge branch 'bugfix/rename_variable_name_v5.0' into 'release/v5.0'
fix(nimble): fix compilation issue due to incorrect variable name type (v5.0) See merge request espressif/esp-idf!36606
This commit is contained in:
Submodule components/bt/host/nimble/nimble updated: c031e1441c...f8c4e29db9
@@ -9,7 +9,6 @@ menu "Example Configuration"
|
|||||||
config EXAMPLE_ENC_ADV_DATA
|
config EXAMPLE_ENC_ADV_DATA
|
||||||
bool
|
bool
|
||||||
prompt "Enable encrypted advertising data feature support"
|
prompt "Enable encrypted advertising data feature support"
|
||||||
depends on BT_NIMBLE_50_FEATURE_SUPPORT
|
|
||||||
default y
|
default y
|
||||||
select BT_NIMBLE_ENC_ADV_DATA
|
select BT_NIMBLE_ENC_ADV_DATA
|
||||||
help
|
help
|
||||||
|
@@ -56,7 +56,6 @@ menu "Example Configuration"
|
|||||||
config EXAMPLE_ENC_ADV_DATA
|
config EXAMPLE_ENC_ADV_DATA
|
||||||
bool
|
bool
|
||||||
prompt "Enable encrypted advertising data feature support"
|
prompt "Enable encrypted advertising data feature support"
|
||||||
depends on BT_NIMBLE_50_FEATURE_SUPPORT
|
|
||||||
default y
|
default y
|
||||||
select BT_NIMBLE_ENC_ADV_DATA
|
select BT_NIMBLE_ENC_ADV_DATA
|
||||||
help
|
help
|
||||||
|
Reference in New Issue
Block a user