Commit 56864e0
fix(manifest): Correct Supported Platforms (#107)
The current library manifest uses a wildcard `*` for the `platforms` value incorrectly signifying that it supports all platforms.
This is incorrect as the Cpp SDK's only officially support the espressif8266 & espressif32 platforms.
This PR corrects this discrepancy.1 parent afb0b3e commit 56864e0
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
20 | 23 | | |
21 | 24 | | |
22 | 25 | | |
| |||
0 commit comments