From 21f7b90f033c119897bcb77646ebb5c8d22df876 Mon Sep 17 00:00:00 2001 From: Benoit Blanchon Date: Mon, 15 Feb 2021 09:49:56 +0100 Subject: [PATCH] PlatformIO: set framework compatibility to `*` (closes #1490) --- CHANGELOG.md | 1 + library.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3feb9d96..1d10f7ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) ------- diff --git a/library.json b/library.json index e198acd0..113bf62f 100644 --- a/library.json +++ b/library.json @@ -16,6 +16,6 @@ ".github", "extras" ], - "frameworks": "arduino", + "frameworks": "*", "platforms": "*" }