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

This commit is contained in:
Benoit Blanchon
2021-02-15 09:49:56 +01:00
parent 769e8440f5
commit 21f7b90f03
2 changed files with 2 additions and 1 deletions

View File

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