Explorar o código

PlatformIO: set framework compatibility to `*` (closes #1490)

Benoit Blanchon %!s(int64=5) %!d(string=hai) anos
pai
achega
21f7b90f03
Modificáronse 2 ficheiros con 2 adicións e 1 borrados
  1. 1 0
      CHANGELOG.md
  2. 1 1
      library.json

+ 1 - 0
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)
 -------

+ 1 - 1
library.json

@@ -16,6 +16,6 @@
     ".github",
     "extras"
   ],
-  "frameworks": "arduino",
+  "frameworks": "*",
   "platforms": "*"
 }