mirror of
https://github.com/vicliu624/trail-mate.git
synced 2026-08-04 09:49:43 +00:00
Add protocol-scoped MQTT/channel settings for Meshtastic and MeshCore, centralize Settings identity/visibility through SettingId specs, remove BLE from the ESP Arduino firmware profile, and keep Settings Wi-Fi scan/channel/backup paths on fixed buffers.
50 lines
2.2 KiB
JSON
50 lines
2.2 KiB
JSON
{
|
|
"name": "ui_shared",
|
|
"version": "0.1.0",
|
|
"build": {
|
|
"includeDir": "include",
|
|
"srcDir": "src",
|
|
"srcFilter": [
|
|
"+<*>",
|
|
"-<ui/assets/ble_topbar.c>",
|
|
"-<ui/widgets/ble_pairing_popup.cpp>",
|
|
"-<ui/screens/pc_link/>"
|
|
],
|
|
"flags": [
|
|
"-I../../platform/shared/include",
|
|
"-I../../modules/core_sys/include",
|
|
"-I../../modules/core_chat/include",
|
|
"-I../../modules/core_gps/include",
|
|
"-I../../modules/core_team/include",
|
|
"-I../../modules/ui_presentation/include",
|
|
"-I../../modules/chat_presentation_adapters/include",
|
|
"-I../../modules/ui_chat_runtime/include",
|
|
"-I../../modules/ui_map_runtime/include",
|
|
"-I../../modules/ui_gps_runtime/include",
|
|
"-I../../modules/ui_key_verification_runtime/include",
|
|
"-I../../modules/ui_lvgl_core/include",
|
|
"-I../../modules/ui_lvgl_ux_packs/include"
|
|
]
|
|
},
|
|
"dependencies": [
|
|
{
|
|
"name": "chat_presentation_adapters"
|
|
},
|
|
{
|
|
"name": "ui_chat_runtime"
|
|
},
|
|
{
|
|
"name": "ui_map_runtime"
|
|
},
|
|
{
|
|
"name": "ui_gps_runtime"
|
|
},
|
|
{
|
|
"name": "ui_key_verification_runtime"
|
|
},
|
|
{
|
|
"name": "ui_lvgl_ux_packs"
|
|
}
|
|
]
|
|
}
|