From 5c42d8fa3b6217268f43c6529ba070e662cda64b Mon Sep 17 00:00:00 2001 From: 0xFEEDC0DE64 Date: Tue, 22 Sep 2020 16:07:07 +0200 Subject: [PATCH] Added library.json for platformio --- library.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 library.json diff --git a/library.json b/library.json new file mode 100644 index 0000000..9e16c7d --- /dev/null +++ b/library.json @@ -0,0 +1,13 @@ +{ + "name": "optional", + "version": "1.0.0", + "build": { + "includeDir": "include", + "srcFilter": [ + "+<*>", + "-<.git>", + "-", + "-" + ] + } +}