diff --git a/libraries/WiFi/library.json b/libraries/WiFi/library.json new file mode 100644 index 000000000..895308c5e --- /dev/null +++ b/libraries/WiFi/library.json @@ -0,0 +1,8 @@ +{ + "$schema": "https://raw.githubusercontent.com/platformio/platformio-core/develop/platformio/assets/schema/library.json", + "name": "WiFi", + "version": "1.0.0", + "build": { + "libLDFMode": "chain+" + } +}