@@ -5,6 +5,7 @@ HEAD
----
* Fix "no matching function" with `JsonObjectConst::operator[]` (issue #2019)
+* Remove unused files in the PlatformIO package
v7.0.0 (2024-01-03)
------
@@ -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": {