mirror of
https://github.com/vicliu624/trail-mate.git
synced 2026-06-25 14:42:08 +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>
31 lines
706 B
JSON
31 lines
706 B
JSON
{
|
|
"name": "ui_chat_runtime",
|
|
"version": "0.1.0",
|
|
"build": {
|
|
"includeDir": "include",
|
|
"srcDir": "src",
|
|
"flags": [
|
|
"-I../../modules/ui_chat_runtime/include",
|
|
"-I../../modules/ui_shared/include",
|
|
"-I../../modules/ui_key_verification_runtime/include",
|
|
"-I../../modules/ui_presentation/include",
|
|
"-I../../modules/core_chat/include",
|
|
"-I../../modules/core_sys/include",
|
|
"-I../../modules/core_team/include",
|
|
"-I../../platform/shared/include",
|
|
"-I../../platform/esp/arduino_common/include"
|
|
]
|
|
},
|
|
"dependencies": [
|
|
{
|
|
"name": "core_chat"
|
|
},
|
|
{
|
|
"name": "core_sys"
|
|
},
|
|
{
|
|
"name": "core_team"
|
|
}
|
|
]
|
|
}
|