From bf1ade9066c63f928ddd2167caa3b42697aa8e6e Mon Sep 17 00:00:00 2001 From: wassfila Date: Sun, 23 Aug 2020 12:29:59 +0200 Subject: [PATCH] fix lib dependency with spaces "ESP Async WebServer" --- library.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library.json b/library.json index 2908655..56d3b90 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "ESPWiFiConfig", - "version" : "1.0.0", + "version" : "1.0.1", "description" : "a wrapper library over ESPAsyncWiFiManager to provide the user with a single function call to configure the wifi credentials through web Access Point", "keywords" : "wifi, credentials, access point, config", "license" : "MIT", @@ -14,7 +14,7 @@ }, "dependencies":{ "ESPAsyncWiFiManager" : "0.22", - "ESPAsyncWebServer": "1.2.3", + "ESP Async WebServer": "1.2.3", "DNSServer" : "1.1.0" }, "frameworks" : "arduino",