From 0622616c51e7629dd727f6a4ba04fb9eac5c82ba Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Thu, 18 Nov 2021 23:37:10 +0200 Subject: [PATCH] Declare header files for PlatformIO --- library.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library.json b/library.json index 23de2b4..c2dffa2 100644 --- a/library.json +++ b/library.json @@ -28,5 +28,5 @@ }, "frameworks": ["arduino", "energia", "wiringpi"], "platforms": "*", - "examples": "examples/*/*.ino" + "headers": "TinyGsmClient.h" }