Skip to content

Commit 51d405b

Browse files
committed
Improve the platformio support
1 parent a4706e9 commit 51d405b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## Develop
44

55
- Rework library CMake with removed INTERFACE type
6+
- Fix the platformio library package description
67

78
## 1.2.0
89

library.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@
3333
]
3434
},
3535
"build": {
36-
"includeDir": "lwshell/src/include"
36+
"includeDir": "lwshell/src/include",
37+
"srcDir": ".",
38+
"srcFilter": "+<lwshell>"
3739
}
3840
}

0 commit comments

Comments
 (0)