From 6e641ae0b073c6c30246a3c32d1c28d9727d30a0 Mon Sep 17 00:00:00 2001 From: Benoit Blanchon Date: Thu, 4 Jan 2024 18:01:52 +0100 Subject: [PATCH] Remove unused files in the PlatformIO package Ported from 3571db6290ca1330bf6bc13a39fc61dbec800df1 --- CHANGELOG.md | 1 + library.json | 8 +++----- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c355955c..fcfe4189 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ HEAD * Fix warning `function returns incomplete class type` on IAR (issue #2001) * Fix `volatile bool` serialized as `1` or `0` instead of `true` or `false` (issue #2029) +* Remove unused files in the PlatformIO package v6.21.4 (2023-12-07) ------- diff --git a/library.json b/library.json index 6d235477..98216f46 100644 --- a/library.json +++ b/library.json @@ -12,11 +12,9 @@ "name": "Benoit Blanchon", "url": "https://blog.benoitblanchon.fr" }, - "exclude": [ - ".devcontainer", - ".github", - "extras" - ], + "export": { + "include": ["src", "examples", "LICENSE.txt", "ArduinoJson.h"] + }, "frameworks": "*", "platforms": "*", "build": {