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

25 lines
861 B
JSON

{
"name": "core_chat",
"version": "0.1.0",
"build": {
"includeDir": "include",
"srcDir": ".",
"srcFilter": "+\u003csrc/\u003e +\u003cgenerated/\u003e +\u003cthird_party/nanopb/\u003e",
"flags": [
"-I../core_sys/include",
"-I../core_gps/include",
"-I../core_team/include",
"-Igenerated",
"-Ithird_party/nanopb"
]
},
"dependencies": [
{
"name": "core_sys"
},
{
"name": "Crypto"
}
]
}