Skip to content

Commit e93eb24

Browse files
authored
Force correct PlatformIO LDF mode for WiFi library (#3203)
1 parent 50ba12a commit e93eb24

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

libraries/WiFi/library.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"$schema": "https://raw.githubusercontent.com/platformio/platformio-core/develop/platformio/assets/schema/library.json",
3+
"name": "WiFi",
4+
"version": "1.0.0",
5+
"build": {
6+
"libLDFMode": "chain+"
7+
}
8+
}

0 commit comments

Comments
 (0)