We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1ead99 commit edfc838Copy full SHA for edfc838
src/nimconfig.h
@@ -15,16 +15,6 @@
15
// Allows cpp wrapper to select the correct include paths when using esp-idf
16
#define CONFIG_NIMBLE_CPP_IDF
17
18
-/* Cannot use client without scan */
19
-#if defined(CONFIG_BT_NIMBLE_ROLE_CENTRAL) && !defined(CONFIG_BT_NIMBLE_ROLE_OBSERVER)
20
-#define CONFIG_BT_NIMBLE_ROLE_OBSERVER
21
-#endif
22
-
23
-/* Cannot use server without advertise */
24
-#if defined(CONFIG_BT_NIMBLE_ROLE_PERIPHERAL) && !defined(CONFIG_BT_NIMBLE_ROLE_BROADCASTER)
25
-#define CONFIG_BT_NIMBLE_ROLE_BROADCASTER
26
27
28
/* Enables the use of Arduino String class for attribute values */
29
#if defined __has_include
30
# if __has_include (<Arduino.h>)
0 commit comments