From e39f2f12a8f70bc6f0c222d0e12f9511fce83958 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Fri, 19 Nov 2021 12:16:53 +0200 Subject: [PATCH] Declare header files for PlatformIO --- library.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/library.json b/library.json index 19e4073..e1a5953 100644 --- a/library.json +++ b/library.json @@ -22,5 +22,6 @@ ], "version": "1.5.6", "frameworks": ["arduino","mbed","espidf"], - "platforms": "*" + "platforms": "*", + "headers": "arduinoFFT.h" }