Skip to content

Commit 1c06afd

Browse files
committed
[Bugfix] Set missing build flag for platformio builds
1 parent dd32365 commit 1c06afd

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

library.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@
99
"esp32",
1010
"nimble"
1111
],
12+
"build": {
13+
"flags": [
14+
"-DCONFIG_NIMBLE_CPP_IDF=1"
15+
]
16+
},
1217
"license": "Apache-2.0",
1318
"repository": {
1419
"type": "git",

0 commit comments

Comments
 (0)