From 35b7724a2f2c2b1e28af17452d9f0af0603170ad Mon Sep 17 00:00:00 2001 From: Maximilian Gerhardt Date: Wed, 15 Oct 2025 18:40:21 +0200 Subject: [PATCH] Force correct PlatformIO LDF mode for WiFi library --- libraries/WiFi/library.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 libraries/WiFi/library.json 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+" + } +}