This repository has been archived by the owner on Feb 9, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
library.json
67 lines (67 loc) · 2.01 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
{
"name": "Blynk_Esp8266AT_WM",
"version": "1.3.1",
"description": "Simple WiFiManager for Blynk with MultiWiFi Credentials, for Mega, SAM DUE, SAMD21, SAMD51, nRF52, STM32F/L/H/G/WB/MP1, Teensy, RP2040-based RASPBERRY_PI_PICO, etc. boards using ESP8266/ESP32-AT shields. Configuration data saved in EEPROM, EEPROM-emulated FlashStorage_STM32 or FlashStorage_SAMD, SAM-DUE DueFlashStorage or nRF52/RP2040 LittleFS.",
"keywords": "control, device, communication, wifi, FlashStorage, FlashStorage-SAMD, FlashStorage-STM32, DueFlashStorage, LittleFS, wifimanager, credentials, samd, sam-due, nrf52, stm32, rpi-pico, rp2040, eeprom, esp8266-at, esp32-at, smartphone, mobile, app, web, sensors, protocol, iot, m2m, ble, bluetooth, ethernet, usb, serial, gsm, gprs, 3g, data, flash-storage, emulated-eeprom, esp8266, esp32, http, cloud",
"authors":
{
"name": "Khoi Hoang",
"url": "https://github.com/khoih-prog",
"maintainer": true
},
"repository":
{
"type": "git",
"url": "https://github.com/khoih-prog/Blynk_Esp8266AT_WM"
},
"homepage": "http://blynk.cc",
"export": {
"exclude": [
"linux",
"extras",
"tests"
]
},
"dependencies":
[
{
"owner": "blynkkk",
"name": "Blynk",
"version": "^1.0.1",
"platforms": ["*"]
},
{
"owner": "khoih-prog",
"name": "ESP8266_AT_WebServer",
"version": "^1.5.3",
"platforms": ["*"]
},
{
"owner": "khoih-prog",
"name": "DoubleResetDetector_Generic",
"version": "^1.8.0",
"platforms": ["*"]
},
{
"owner": "khoih-prog",
"name": "FlashStorage_SAMD",
"version": "^1.3.2",
"platforms": ["*"]
},
{
"owner": "khoih-prog",
"name": "FlashStorage_STM32",
"version": "^1.2.0",
"platforms": ["*"]
},
{
"owner": "khoih-prog",
"name": "ESP_AT_Lib",
"version": "^1.4.1",
"platforms": ["*"]
}
],
"frameworks": "*",
"platforms": "*",
"examples": "examples/*/*/*.ino"
}