mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
chore: Scheduled updates (Firmware, Hardware, Translations, Graphs) (#4629)
This commit is contained in:
parent
b29a18c31e
commit
3e4f33854b
4 changed files with 4 additions and 10 deletions
|
|
@ -1273,7 +1273,7 @@
|
|||
"hwModelSlug": "WISMESH_TAP_V2",
|
||||
"platformioTarget": "rak_wismesh_tap_v2",
|
||||
"architecture": "esp32-s3",
|
||||
"activelySupported": false,
|
||||
"activelySupported": true,
|
||||
"supportLevel": 1,
|
||||
"displayName": "RAK WisMesh Tap V2",
|
||||
"tags": [
|
||||
|
|
|
|||
|
|
@ -188,12 +188,6 @@
|
|||
]
|
||||
},
|
||||
"pullRequests": [
|
||||
{
|
||||
"id": "9710",
|
||||
"title": "Add T114 indexed display system with color palette and overlay queue",
|
||||
"page_url": "https://github.com/meshtastic/firmware/pull/9710",
|
||||
"zip_url": "https://discord.com/invite/meshtastic"
|
||||
},
|
||||
{
|
||||
"id": "9709",
|
||||
"title": "platform: nrf52: Fix typo in BLEDfuSecure filename",
|
||||
|
|
|
|||
|
|
@ -31,9 +31,7 @@ implementation(projects.core.model)
|
|||
<!--region graph-->
|
||||
```mermaid
|
||||
graph TB
|
||||
:core:model[model]:::android-library
|
||||
:core:model --> :core:proto
|
||||
:core:model --> :core:common
|
||||
:core:model[model]:::kmp-library
|
||||
|
||||
classDef android-application fill:#CAFFBF,stroke:#000,stroke-width:2px,color:#000;
|
||||
classDef android-application-compose fill:#CAFFBF,stroke:#000,stroke-width:2px,color:#000;
|
||||
|
|
|
|||
|
|
@ -26,9 +26,11 @@ A security-focused utility that detects and transforms homoglyphs (visually simi
|
|||
```mermaid
|
||||
graph TB
|
||||
:feature:messaging[messaging]:::android-feature
|
||||
:feature:messaging -.-> :core:analytics
|
||||
:feature:messaging -.-> :core:data
|
||||
:feature:messaging -.-> :core:database
|
||||
:feature:messaging -.-> :core:model
|
||||
:feature:messaging -.-> :core:navigation
|
||||
:feature:messaging -.-> :core:prefs
|
||||
:feature:messaging -.-> :core:proto
|
||||
:feature:messaging -.-> :core:service
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue