mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-07-30 02:37:35 +02:00
PlatformIO: set build.libArchive to false (closes #1550)
This commit is contained in:
committed by
Benoit Blanchon
parent
2be528a3fa
commit
a88cf8fab7
@ -18,6 +18,7 @@ HEAD
|
|||||||
* Fixed member-call-on-null-pointer in `getMember()` when array is empty
|
* Fixed member-call-on-null-pointer in `getMember()` when array is empty
|
||||||
* `serializeMsgPack(doc, buffer, size)` doesn't add null-terminator anymore (issue #1545)
|
* `serializeMsgPack(doc, buffer, size)` doesn't add null-terminator anymore (issue #1545)
|
||||||
* `serializeJson(doc, buffer, size)` adds null-terminator only if there is enough room
|
* `serializeJson(doc, buffer, size)` adds null-terminator only if there is enough room
|
||||||
|
* PlatformIO: set `build.libArchive` to `false` (PR #1550 by @askreet)
|
||||||
|
|
||||||
> ### BREAKING CHANGES
|
> ### BREAKING CHANGES
|
||||||
>
|
>
|
||||||
|
@ -17,5 +17,8 @@
|
|||||||
"extras"
|
"extras"
|
||||||
],
|
],
|
||||||
"frameworks": "*",
|
"frameworks": "*",
|
||||||
"platforms": "*"
|
"platforms": "*",
|
||||||
|
"build": {
|
||||||
|
"libArchive": false
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user