mirror of
https://github.com/espressif/esp-idf
synced 2025-03-09 17:19:09 -04:00
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:
commit
d7e63ef591
@ -1 +1 @@
|
||||
Subproject commit c031e1441ca38cb89833ad2be7abd6c836ecea22
|
||||
Subproject commit f8c4e29db99b11420226877a3be2f7d0d33d5a0b
|
@ -9,7 +9,6 @@ menu "Example Configuration"
|
||||
config EXAMPLE_ENC_ADV_DATA
|
||||
bool
|
||||
prompt "Enable encrypted advertising data feature support"
|
||||
depends on BT_NIMBLE_50_FEATURE_SUPPORT
|
||||
default y
|
||||
select BT_NIMBLE_ENC_ADV_DATA
|
||||
help
|
||||
|
@ -56,7 +56,6 @@ menu "Example Configuration"
|
||||
config EXAMPLE_ENC_ADV_DATA
|
||||
bool
|
||||
prompt "Enable encrypted advertising data feature support"
|
||||
depends on BT_NIMBLE_50_FEATURE_SUPPORT
|
||||
default y
|
||||
select BT_NIMBLE_ENC_ADV_DATA
|
||||
help
|
||||
|
Loading…
x
Reference in New Issue
Block a user