8000 Disable legacy VHCI for new esp chips · h2zero/NimBLE-Arduino@e8588b3 · GitHub
[go: up one dir, main page]

Skip to content

Commit e8588b3

Browse files
committed
Disable legacy VHCI for new esp chips
1 parent d48f58d commit e8588b3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/nimconfig.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,8 @@
338338
#define CONFIG_BTDM_SCAN_DUPL_TYPE_DATA_DEVICE 2
339339
#endif
340340

341-
#if !defined(CONFIG_BT_NIMBLE_LEGACY_VHCI_ENABLE)
341+
#if !defined(CONFIG_BT_NIMBLE_LEGACY_VHCI_ENABLE) && defined(CONFIG_IDF_TARGET_ESP32) || \
342+
defined(CONFIG_IDF_TARGET_ESP32C3) || defined(CONFIG_IDF_TARGET_ESP32S3)
342343
#define CONFIG_BT_NIMBLE_LEGACY_VHCI_ENABLE 1
343344
#endif
344345

0 commit comments

Comments
 (0)
0