From 5aea59245255f97fc4575fe51ec264f6355a7d7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=95=D0=B2=D0=B3=D0=B5=D0=BD=D0=B8=D0=B9=20=D0=9C=D0=BE?= =?UTF-8?q?=D0=B6=D0=B5=D0=B2=D0=B8=D1=82=D0=B8=D0=BD?= Date: Sun, 22 Sep 2024 12:42:55 +0300 Subject: [PATCH] fix PlatformIO support Avoid to complile unnecessary files --- library.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/library.json b/library.json index 0a616b7..9ff2d9c 100644 --- a/library.json +++ b/library.json @@ -31,6 +31,7 @@ ] }, "build": { - "includeDir": "lwbtn/src/include" + "includeDir": "lwbtn/src/include", + "srcDir": "lwbtn/src/lwbtn" } } \ No newline at end of file