mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Nimble: Fix compilation issue for examples for esp32c6 and esp32h4
This commit is contained in:
parent
c41bb46d92
commit
e7eccf7ed0
@ -9,6 +9,7 @@ menu "Example Configuration"
|
||||
config EXAMPLE_EXTENDED_ADV
|
||||
bool
|
||||
default y if SOC_ESP_NIMBLE_CONTROLLER
|
||||
select BT_NIMBLE_EXT_ADV if SOC_ESP_NIMBLE_CONTROLLER
|
||||
prompt "Enable Extended Adv"
|
||||
help
|
||||
Use this option to enable extended advertising in the example
|
||||
|
@ -51,6 +51,7 @@ menu "Example Configuration"
|
||||
config EXAMPLE_EXTENDED_ADV
|
||||
bool
|
||||
default y if SOC_ESP_NIMBLE_CONTROLLER
|
||||
select BT_NIMBLE_EXT_ADV if SOC_ESP_NIMBLE_CONTROLLER
|
||||
prompt "Enable Extended Adv"
|
||||
help
|
||||
Use this option to enable extended advertising in the example
|
||||
|
@ -3,6 +3,7 @@ menu "Example Configuration"
|
||||
config EXAMPLE_EXTENDED_ADV
|
||||
bool
|
||||
default y if SOC_ESP_NIMBLE_CONTROLLER
|
||||
select BT_NIMBLE_EXT_ADV if SOC_ESP_NIMBLE_CONTROLLER
|
||||
prompt "Enable Extended Adv"
|
||||
help
|
||||
Use this option to enable extended advertising in the example
|
||||
|
@ -2,6 +2,7 @@ menu "Example Configuration"
|
||||
config EXAMPLE_EXTENDED_ADV
|
||||
bool
|
||||
default y if SOC_ESP_NIMBLE_CONTROLLER
|
||||
select BT_NIMBLE_EXT_ADV if SOC_ESP_NIMBLE_CONTROLLER
|
||||
prompt "Enable Extended Adv"
|
||||
help
|
||||
Use this option to enable extended advertising in the example
|
||||
|
@ -8,7 +8,8 @@ menu "Example Configuration"
|
||||
|
||||
config EXAMPLE_EXTENDED_ADV
|
||||
bool
|
||||
default y
|
||||
default y if SOC_ESP_NIMBLE_CONTROLLER
|
||||
select BT_NIMBLE_EXT_ADV if SOC_ESP_NIMBLE_CONTROLLER
|
||||
prompt "Enable Extended Adv"
|
||||
help
|
||||
Use this option to enable extended advertising in the example
|
||||
|
@ -47,7 +47,8 @@ menu "Example Configuration"
|
||||
|
||||
config EXAMPLE_EXTENDED_ADV
|
||||
bool
|
||||
default y
|
||||
default y if SOC_ESP_NIMBLE_CONTROLLER
|
||||
select BT_NIMBLE_EXT_ADV if SOC_ESP_NIMBLE_CONTROLLER
|
||||
prompt "Enable Extended Adv"
|
||||
help
|
||||
Use this option to enable extended advertising in the example
|
||||
|
@ -9,6 +9,7 @@ menu "Example Configuration"
|
||||
config EXAMPLE_EXTENDED_ADV
|
||||
bool
|
||||
default y if SOC_ESP_NIMBLE_CONTROLLER
|
||||
select BT_NIMBLE_EXT_ADV if SOC_ESP_NIMBLE_CONTROLLER
|
||||
prompt "Enable Extended Adv"
|
||||
help
|
||||
Use this option to enable extended advertising in the example
|
||||
|
@ -51,6 +51,7 @@ menu "Example Configuration"
|
||||
config EXAMPLE_EXTENDED_ADV
|
||||
bool
|
||||
default y if SOC_ESP_NIMBLE_CONTROLLER
|
||||
select BT_NIMBLE_EXT_ADV if SOC_ESP_NIMBLE_CONTROLLER
|
||||
prompt "Enable Extended Adv"
|
||||
help
|
||||
Use this option to enable extended advertising in the example
|
||||
|
Loading…
Reference in New Issue
Block a user