forked from robdobsn/RaftSysMods
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlibrary.json
More file actions
49 lines (49 loc) · 1.18 KB
/
library.json
File metadata and controls
49 lines (49 loc) · 1.18 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
{
"name": "RaftSysMods",
"version": "1.13.3",
"description": "System modules for the Raft ESP32 framework",
"keywords": "esp32, esp32s3, esp32c3, framework",
"repository": {
"type": "git",
"url": "https://github.com/robdobsn/RaftSysMods"
},
"authors": [
{
"name": "Rob Dobson",
"email": "rob@dobson.com",
"url": "https://robdobson.com",
"maintainer": true
}
],
"license": "MIT",
"homepage": "https://github.com/robdobsn/RaftCore",
"frameworks": [
"arduino",
"espidf"
],
"platforms": [
"espressif32"
],
"build": {
"srcDir": "components/core",
"includeDir": "components/core",
"libLDFMode": "deep+",
"libArchive": false,
"flags": [
"-DJSMN_PARENT_LINKS",
"-DJSMN_STRICT",
"-Icomponents/BLEManager",
"-Icomponents/CommandFile",
"-Icomponents/CommandSerial",
"-Icomponents/CommandSocket",
"-Icomponents/ESPOTAUpdate",
"-Icomponents/FileManager",
"-Icomponents/LogManager",
"-Icomponents/MQTTManager",
"-Icomponents/NetworkManager",
"-Icomponents/SerialConsole",
"-Icomponents/StatePublisher",
"-Icomponents/WebServer"
]
}
}