-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlibrary.json
More file actions
76 lines (76 loc) · 2.09 KB
/
Copy pathlibrary.json
File metadata and controls
76 lines (76 loc) · 2.09 KB
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
{
"name": "og3",
"version": "0.6.4",
"description": "A modular framework for ESP32 and ESP8266 IoT applications featuring a task scheduler, persistent configuration management, and seamless Home Assistant integration via MQTT.",
"keywords": "iot, esp32, esp8266, home-assistant, mqtt, automation, task-scheduler, pid-control, sensors",
"authors": [
{
"name": "Chris Lee",
"email": "lee.chris.h@gmail.com",
"url": "https://selectiveappeal.org/",
"maintainer": true
}
],
"dependencies": [
{
"name": "bakercp/CRC32",
"version": "~2.0.0"
},
{
"name": "bblanchon/ArduinoJson",
"version": "~7.0.0"
},
{
"name": "hoeken/PsychicHttp",
"version": "^2.1.1",
"platforms": "espressif32"
},
{
"name": "elims/PsychicMqttClient",
"version": "^0.2.4",
"platforms": "espressif32"
},
{
"name": "ESP32Async/ESPAsyncWebServer",
"version": "^3.6.0",
"platforms": "espressif8266"
},
{
"name": "marvinroger/AsyncMqttClient",
"version": "^0.9.0",
"platforms": "espressif8266"
},
{
"name": "ESPAsyncTCP",
"version": "^1.2.2",
"platforms": "espressif8266"
}
],
"export": {
"exclude": [
".*",
"*~",
"util/",
"test/",
"docs/",
"extra_script.py"
]
},
"examples": [
"examples/blink/platformio.ini",
"examples/ha-app/platformio.ini",
"examples/web-app/platformio.ini",
"examples/wifi-app/platformio.ini"
],
"license": "MIT",
"frameworks": "arduino",
"platforms": "espressif8266, espressif32, native",
"repository": {
"type": "git",
"url": "https://github.com/chl33/og3"
},
"build": {
"libLDFMode": "deep+",
"libCompatMode": "strict"
}
}