From 73fa1e8994ae96ec3ef963a1afa96498a953be8b Mon Sep 17 00:00:00 2001 From: Fabiano Riccardi Date: Thu, 22 Apr 2021 14:21:45 +0200 Subject: [PATCH] add ldf mode to build with platformio --- library.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/library.json b/library.json index 2f7aec6..1fa889e 100644 --- a/library.json +++ b/library.json @@ -21,5 +21,8 @@ "type": "git", "url": "https://github.com/Links2004/arduinoWebSockets.git" }, - "version": "2.3.6" + "version": "2.3.6", + "build": { + "libLDFMode": "deep" + } } \ No newline at end of file