From 1c06afd5874c6008c180edb69cefa281c6610b3a Mon Sep 17 00:00:00 2001 From: h2zero Date: Sun, 29 Mar 2026 17:20:29 -0600 Subject: [PATCH] [Bugfix] Set missing build flag for platformio builds --- library.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/library.json b/library.json index 042413f5..e71bfadd 100644 --- a/library.json +++ b/library.json @@ -9,6 +9,11 @@ "esp32", "nimble" ], + "build": { + "flags": [ + "-DCONFIG_NIMBLE_CPP_IDF=1" + ] + }, "license": "Apache-2.0", "repository": { "type": "git",