Files
vicliu d320b6511d Unify PlatformIO and ESP-IDF around a shared UI/runtime shellRefactor/repo structure (#11)
* Unify PlatformIO and ESP-IDF around a shared UI/runtime shell
2026-03-12 01:17:46 +08:00

21 lines
299 B
JSON

{
"name": "core_sys",
"version": "0.1.0",
"build": {
"includeDir": "include",
"srcDir": "src",
"flags": [
"-I../core_chat/include",
"-I../core_gps/include"
]
},
"dependencies": [
{
"name": "core_chat"
},
{
"name": "core_gps"
}
]
}