From ad72e65656656fcacb192446dff587243038e296 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Sat, 25 Nov 2017 21:52:43 +0200 Subject: [PATCH] Check for compatible framework and dev/platform before build --- library.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/library.json b/library.json index 0644061..e7ad4e2 100644 --- a/library.json +++ b/library.json @@ -12,8 +12,11 @@ "type": "git", "url": "https://github.com/me-no-dev/AsyncTCP.git" }, - "version": "1.0.0", + "version": "1.0.1", "license": "LGPL-3.0", "frameworks": "arduino", - "platforms": ["espressif32", "espressif32_stage"] + "platforms": "espressif32", + "build": { + "libCompatMode": 2 + } }