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 d23def9 commit de03239Copy full SHA for de03239
1 file changed
src/nimconfig.h
@@ -231,6 +231,11 @@
231
#define CONFIG_BT_NIMBLE_MAX_CONNECTIONS 3
232
#endif
233
234
+// bugfix: max connections macro renamed upstream
235
+#ifndef CONFIG_NIMBLE_MAX_CONNECTIONS
236
+#define CONFIG_NIMBLE_MAX_CONNECTIONS CONFIG_BT_NIMBLE_MAX_CONNECTIONS
237
+#endif
238
+
239
#ifndef CONFIG_BT_NIMBLE_MAX_BONDS
240
#define CONFIG_BT_NIMBLE_MAX_BONDS 3
241
0 commit comments