Browse Source

Merge pull request #13 from baggior/patch-1

update library.json - fixed espressif board names
Alan Steremberg 7 năm trước cách đây
mục cha
commit
b2cbdfad64
1 tập tin đã thay đổi với 13 bổ sung13 xóa
  1. 13 13
      library.json

+ 13 - 13
library.json

@@ -1,13 +1,13 @@
-{
-  "name": "ESPAsyncWifiManager",
-  "keywords": "wifi, wi-fi",
-  "description": "ESP8266 Async WiFi Connection manager with fallback web configuration portal",
-  "repository":
-  {
-    "type": "git",
-    "url": "https://github.com/alanswx/ESPAsyncWiFiManager.git"
-  },
-  "frameworks": "arduino",
-  "platforms": "espressif",
-  "version": "0.13"
-}
+{
+  "name": "ESPAsyncWifiManager",
+  "keywords": "wifi, wi-fi",
+  "description": "ESP8266 Async WiFi Connection manager with fallback web configuration portal",
+  "repository":
+  {
+    "type": "git",
+    "url": "https://github.com/alanswx/ESPAsyncWiFiManager.git"
+  },
+  "frameworks": "arduino",
+  "platforms": ["espressif8266", "espressif32"],
+  "version": "0.13"
+}