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 0
/
Copy pathlibrary.json
79 lines (79 loc) · 2.56 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
70
71
72
73
74
75
76
77
78
79
{
"name": "Blynk_WiFiNINA_WM",
"version": "1.1.2",
"description": "Simple WiFi Manager for MultiBlynk for Teensy, SAM DUE, SAMD21, SAMD51, nRF52, ESP32, ESP8266, RP2040-based, etc. boards, with or without SSL, configuration data saved in nRF52/RP2040 LittleFS, EEPROM, DueFlashStorage or SAMD/STM32 FlashStorage. Library for configuring/auto(re)connecting WiFiNINA shields to MultiWiFi-MultiBlynk at runtime. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. Config Portal will be auto-adjusted to match the number of dynamic parameters. DoubleDetectDetector is used to force Config Portal opening even if the Credentials are still valid. Build a smartphone app for your project in minutes. Blynk allows creating IoT solutions easily. Works with many boards like Mega, UNO WiFi Rev2, SAM DUE, SAMD, nRF52, Teensy, RP2040",
"keywords": "blynk, control, device, communication, wifi, multi-wifi, multi-blynk, wifinina, samd, nrf52, stm32, rpi-pico, rp2040, nano-rp2040-connect, nano-33-iot, sam-due, eeprom, littlefs, flash-storage-stm32, flash-storage-samd",
"authors":
{
"name": "Khoi Hoang",
"url": "https://github.com/khoih-prog",
"maintainer": true
},
"repository":
{
"type": "git",
"url": "https://github.com/khoih-prog/Blynk_WiFiNINA_WM"
},
"homepage": "http://blynk.cc",
"export": {
"exclude": [
"linux",
"extras",
"tests"
]
},
"dependencies":
[
{
"owner": "blynkkk",
"name": "Blynk",
"version": "^1.0.1",
"platforms": ["*"]
},
{
"owner": "khoih-prog",
"name": "WiFiWebServer",
"version": "^1.5.5-1",
"platforms": ["*"]
},
{
"owner": "khoih-prog",
"name": "DoubleResetDetector_Generic",
"version": "^1.8.0",
"platforms": ["*"]
},
{
"owner": "khoih-prog",
"name": "Functional-Vlpp",
"version": "^1.0.2",
"platforms": ["*"]
},
{
"owner": "khoih-prog",
"name": "WiFiNINA_Generic",
"version": "^1.8.14-3",
"platforms": ["*"]
},
{
"owner": "khoih-prog",
"name": "FlashStorage_SAMD",
"version": "^1.3.2",
"platforms": ["*"]
},
{
"owner": "khoih-prog",
"name": "FlashStorage_STM32",
"version": "^1.2.0",
"platforms": ["*"]
},
{
"owner": "sebnil",
"name": "DueFlashStorage",
"version": "^1.0.0",
"platforms": ["*"]
}
],
"frameworks": "*",
"platforms": "*",
"examples": "examples/*/*/*.ino"
}