Skip to content

Commit

Permalink
PlatformIO: set framework compatibility to * (closes #1490)
Browse files Browse the repository at this point in the history
  • Loading branch information
bblanchon committed Feb 15, 2021
1 parent 769e844 commit 21f7b90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ HEAD
* 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 `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)
-------
Expand Down
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
".github",
"extras"
],
"frameworks": "arduino",
"frameworks": "*",
"platforms": "*"
}

0 comments on commit 21f7b90

Please sign in to comment.