8000 Add missing macro for whitelist size · h2zero/NimBLE-Arduino@d48f58d · GitHub
[go: up one dir, main page]

Skip to content

Commit d48f58d

Browse files
committed
Add missing macro for whitelist size
1 parent d7a3b77 commit d48f58d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/nimconfig.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -356,6 +356,10 @@
356356
#define CONFIG_BT_NIMBLE_USE_ESP_TIMER 1
357357
#endif
358358

359+
#ifndef CONFIG_BT_NIMBLE_WHITELIST_SIZE
360+
#define CONFIG_BT_NIMBLE_WHITELIST_SIZE 12
361+
#endif
362+
359363
#endif // ESP_PLATFORM
360364

361365
#if CONFIG_BT_NIMBLE_ENABLE_PERIODIC_ADV && !CONFIG_BT_NIMBLE_EXT_ADV

0 commit comments

Comments
 (0)
0