mirror of
https://github.com/vicliu624/trail-mate.git
synced 2026-07-01 17:41:40 +00:00
d320b6511d
* Unify PlatformIO and ESP-IDF around a shared UI/runtime shell
14 lines
178 B
JSON
14 lines
178 B
JSON
{
|
|
"name": "core_team",
|
|
"version": "0.1.0",
|
|
"build": {
|
|
"includeDir": "include",
|
|
"srcDir": "src"
|
|
},
|
|
"dependencies": [
|
|
{
|
|
"name": "core_chat"
|
|
}
|
|
]
|
|
}
|