chore: Scheduled updates (Firmware, Hardware, Translations, Graphs) (#4629)

This commit is contained in:
James Rich 2026-02-24 08:03:04 -06:00 committed by GitHub
parent b29a18c31e
commit 3e4f33854b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 4 additions and 10 deletions

View file

@ -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": [

View file

@ -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",

View file

@ -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;

View file

@ -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