From 6e2e5fc4fc539ec8c01f8a2fad22bf5d7d42d4a6 Mon Sep 17 00:00:00 2001 From: tx_haggis <13982343+adbancroft@users.noreply.github.com> Date: Mon, 6 Oct 2025 09:09:50 -0500 Subject: [PATCH] Include src/arduino in include paths --- library.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/library.json b/library.json index 5d28bf9..adf50be 100644 --- a/library.json +++ b/library.json @@ -15,7 +15,10 @@ "test" ], "build": { - "libCompatMode": "off" + "libCompatMode": "off", + "flags": [ + "-I src/arduino" + ] }, "frameworks": "arduino", "platforms": "native"