mirror of
https://github.com/vicliu624/trail-mate.git
synced 2026-07-04 02:51:49 +00:00
bf7068b02b
* refactor: render chat rows from presentation state * Fix Meshtastic channel sync and add MeshCore CN preset * Add granular chat notification settings * Add SD settings backup and restore * Prepare 0.1.26-alpha release --------- Co-authored-by: vicliu624 <vicliu@outlook.com>
19 lines
308 B
JSON
19 lines
308 B
JSON
{
|
|
"name": "core_mesh",
|
|
"version": "0.1.0",
|
|
"build": {
|
|
"includeDir": "include",
|
|
"srcDir": "src",
|
|
"flags": [
|
|
"-I../core_chat/include",
|
|
"-I../core_chat/generated",
|
|
"-I../core_chat/third_party/nanopb"
|
|
]
|
|
},
|
|
"dependencies": [
|
|
{
|
|
"name": "core_chat"
|
|
}
|
|
]
|
|
}
|