mirror of
https://github.com/vicliu624/trail-mate.git
synced 2026-08-28 05:24:08 +00:00
Add official Sideband/LXST messaging and telephony flows, realtime resource ownership, call and ping UI, durable unread state, and bounded Nomad/Micron browsing. Integrate ESP32-P4/C6 gateway transport, TinyUSB CDC, ES8311 audio, shared Codec2 call media, Reticulum defaults, compatibility settings, and conformance coverage.
20 lines
262 B
JSON
20 lines
262 B
JSON
{
|
|
"name": "esp_common",
|
|
"version": "0.1.0",
|
|
"frameworks": [
|
|
"arduino"
|
|
],
|
|
"build": {
|
|
"includeDir": "include",
|
|
"srcDir": "src"
|
|
},
|
|
"dependencies": [
|
|
{
|
|
"name": "core_sys"
|
|
},
|
|
{
|
|
"name": "trail_mate_codec2"
|
|
}
|
|
]
|
|
}
|