mirror of
https://github.com/vicliu624/trail-mate.git
synced 2026-09-25 05:04:20 +00:00
99 lines
2.0 KiB
JavaScript
99 lines
2.0 KiB
JavaScript
// Stable feature IDs and documentation links; prose lives in i18n/features-<locale>.js.
|
||
export const FEATURES = [
|
||
{
|
||
"id": "home",
|
||
"icon": "⌂",
|
||
"source": "modules/ui_shared/src/ui/menu/menu_profile.cpp"
|
||
},
|
||
{
|
||
"id": "map",
|
||
"icon": "⌖",
|
||
"source": "README.md#-gps-map-performance-first"
|
||
},
|
||
{
|
||
"id": "gps",
|
||
"icon": "✧",
|
||
"source": "README.md#️-gnss-sky-plot"
|
||
},
|
||
{
|
||
"id": "tracker",
|
||
"icon": "〰",
|
||
"source": "README.md#-track-recording--route-following"
|
||
},
|
||
{
|
||
"id": "route",
|
||
"icon": "⚑",
|
||
"source": "README.md#-track-recording--route-following"
|
||
},
|
||
{
|
||
"id": "chat",
|
||
"icon": "☏",
|
||
"source": "README.md#-decentralized-messaging-meshtastic--meshcore--reticulum"
|
||
},
|
||
{
|
||
"id": "contacts",
|
||
"icon": "♧",
|
||
"source": "README.md#-contacts"
|
||
},
|
||
{
|
||
"id": "team",
|
||
"icon": "♧",
|
||
"source": "README.md#-tak--team-mode-esp-now-pairing--lora-ops"
|
||
},
|
||
{
|
||
"id": "walkie",
|
||
"icon": "♬",
|
||
"source": "README.md#️-walkie-talkie"
|
||
},
|
||
{
|
||
"id": "probe",
|
||
"icon": "⌁",
|
||
"source": "docs/EnergySweep/function.md"
|
||
},
|
||
{
|
||
"id": "sstv",
|
||
"icon": "▧",
|
||
"source": "README.md#-sstv-receiver-slow-scan-tv"
|
||
},
|
||
{
|
||
"id": "network",
|
||
"icon": "◎",
|
||
"source": "README.md#-nomad-network"
|
||
},
|
||
{
|
||
"id": "mqtt",
|
||
"icon": "⇄",
|
||
"source": "README.md#️-mesh-mqtt-meshtastic--meshcore"
|
||
},
|
||
{
|
||
"id": "usb",
|
||
"icon": "▱",
|
||
"source": "README.md#-usb-mass-storage"
|
||
},
|
||
{
|
||
"id": "extensions",
|
||
"icon": "⊞",
|
||
"source": "packs"
|
||
},
|
||
{
|
||
"id": "settings",
|
||
"icon": "⚙",
|
||
"source": "README.md#️-system-settings--status"
|
||
},
|
||
{
|
||
"id": "calculator",
|
||
"icon": "▦",
|
||
"source": "modules/ui_shared/src/ui/screens/calculator/calculator_engine.cpp"
|
||
},
|
||
{
|
||
"id": "help",
|
||
"icon": "?",
|
||
"source": "modules/ui_shared/src/ui/menu/menu_runtime.cpp"
|
||
},
|
||
{
|
||
"id": "power",
|
||
"icon": "⏻",
|
||
"source": "README.md#-system-management"
|
||
}
|
||
];
|