Remove unused files in the PlatformIO package

Ported from 3571db6290
This commit is contained in:
Benoit Blanchon
2024-01-04 18:01:52 +01:00
parent 5d1d2721d1
commit 6e641ae0b0
2 changed files with 4 additions and 5 deletions

View File

@ -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)
-------

View File

@ -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": {