mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-07-30 10:47:34 +02:00
PlatformIO: set framework compatibility to *
(closes #1490)
This commit is contained in:
@ -8,6 +8,7 @@ HEAD
|
|||||||
* Added missing calls to `client.stop()` in `JsonHttpClient.ino` (issue #1485)
|
* Added missing calls to `client.stop()` in `JsonHttpClient.ino` (issue #1485)
|
||||||
* Fixed error `expected ')' before 'char'` when `isdigit()` is a macro (issue #1487)
|
* Fixed error `expected ')' before 'char'` when `isdigit()` is a macro (issue #1487)
|
||||||
* Fixed error `definition of implicit copy constructor is deprecated` on Clang 10
|
* Fixed error `definition of implicit copy constructor is deprecated` on Clang 10
|
||||||
|
* PlatformIO: set framework compatibility to `*` (PR #1490 by @maxgerhardt)
|
||||||
|
|
||||||
v6.17.2 (2020-11-14)
|
v6.17.2 (2020-11-14)
|
||||||
-------
|
-------
|
||||||
|
@ -16,6 +16,6 @@
|
|||||||
".github",
|
".github",
|
||||||
"extras"
|
"extras"
|
||||||
],
|
],
|
||||||
"frameworks": "arduino",
|
"frameworks": "*",
|
||||||
"platforms": "*"
|
"platforms": "*"
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user