Skip to content

Commit

Permalink
fix lib dependency with spaces "ESP Async WebServer"
Browse files Browse the repository at this point in the history
  • Loading branch information
wassfila committed Aug 23, 2020
1 parent ec64a28 commit bf1ade9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions library.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -14,7 +14,7 @@
},
"dependencies":{
"ESPAsyncWiFiManager" : "0.22",
"ESPAsyncWebServer": "1.2.3",
"ESP Async WebServer": "1.2.3",
"DNSServer" : "1.1.0"
},
"frameworks" : "arduino",
Expand Down

0 comments on commit bf1ade9

Please sign in to comment.