We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4706e9 commit 51d405bCopy full SHA for 51d405b
CHANGELOG.md
@@ -3,6 +3,7 @@
3
## Develop
4
5
- Rework library CMake with removed INTERFACE type
6
+- Fix the platformio library package description
7
8
## 1.2.0
9
library.json
@@ -33,6 +33,8 @@
33
]
34
},
35
"build": {
36
- "includeDir": "lwshell/src/include"
+ "includeDir": "lwshell/src/include",
37
+ "srcDir": ".",
38
+ "srcFilter": "+<lwshell>"
39
}
40
0 commit comments