This repository has been archived by the owner on Feb 4, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathlibrary.json
69 lines (69 loc) · 2.04 KB
/
library.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "WiFiMulti_Generic",
"version": "1.2.2",
"keywords": "WiFi, WiFiMulti, WiFi-Multi, Arduino, ESP32, ESP8266, WiFiNINA, WiFiNINA-Generic, ESP8266-AT, ESP32-AT, RP2040, Nano-33-IoT, Nano-RP2040-Connect, SAMD, Teensy, Portenta, nRF52, SAM-DUE, AT-Command, mbed",
"description": "Simple MultiWiFi library to adapt ESP32/ESP8266 MultiWiFi of WiFi libraries to all other WiFi modules and libraries. Currently supporting ESP32, ESP8266, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, RP2040-based (Nano-RP2040-Connect, RASPBERRY_PI_PICO, RASPBERRY_PI_PICO_W, etc.) boards using WiFi, such as WiFiNINA, WiFi101, CYW43439, U-Blox W101, W102, ESP8266/ESP32-AT modules/shields, with functions similar to those of ESP8266/ESP32 MultiWiFi of WiFi libraries",
"authors":
{
"name": "Khoi Hoang",
"url": "https://github.com/khoih-prog",
"maintainer": true
},
"repository":
{
"type": "git",
"url": "https://github.com/khoih-prog/WiFiMulti_Generic"
},
"homepage": "https://github.com/khoih-prog/WiFiMulti_Generic",
"export": {
"exclude": [
"linux",
"extras",
"tests"
]
},
"dependencies":
[
{
"owner": "khoih-prog",
"name": "WiFiNINA_Generic",
"version": ">=1.8.15-1",
"platforms": ["*"]
},
{
"owner": "khoih-prog",
"name": "Functional-Vlpp",
"version": ">=1.0.2",
"platforms": ["*"]
},
{
"owner": "khoih-prog",
"name": "ESP_AT_Lib",
"version": ">=1.4.1",
"platforms": ["*"]
},
{
"owner": "khoih-prog",
"name": "WiFi101_Generic",
"version": ">=1.0.0",
"platforms": ["*"]
},
{
"owner": "jandrassy",
"name": "WiFiEspAT",
"version": ">=1.4.1",
"platforms": ["*"]
},
{
"owner": "mike-matera",
"name": "ArduinoSTL",
"version": ">=1.3.3",
"platforms": ["avr", "megaavr"]
}
],
"license": "LGPL-3.0",
"frameworks": "*",
"platforms": "*",
"examples": "examples/*/*/*.ino",
"headers": "WiFiMulti_Generic.h"
}