diff --git a/app/src/main/assets/device_hardware.json b/app/src/main/assets/device_hardware.json index 0699ff16b..838eac006 100644 --- a/app/src/main/assets/device_hardware.json +++ b/app/src/main/assets/device_hardware.json @@ -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": [ diff --git a/app/src/main/assets/firmware_releases.json b/app/src/main/assets/firmware_releases.json index 65e5e1f6a..c2f2de895 100644 --- a/app/src/main/assets/firmware_releases.json +++ b/app/src/main/assets/firmware_releases.json @@ -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", diff --git a/core/model/README.md b/core/model/README.md index 2c5f91338..9a3eab108 100644 --- a/core/model/README.md +++ b/core/model/README.md @@ -31,9 +31,7 @@ implementation(projects.core.model) ```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; diff --git a/feature/messaging/README.md b/feature/messaging/README.md index 2fc164914..59d8736bb 100644 --- a/feature/messaging/README.md +++ b/feature/messaging/README.md @@ -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