mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-07-11 22:06:23 -04:00
chore: Scheduled updates (Graphs, Baseline Profile) (#6212)
This commit is contained in:
@@ -65,10 +65,10 @@ The module includes unit tests for key components, utilizing Kable's architectur
|
||||
```mermaid
|
||||
graph TB
|
||||
:core:ble[ble]:::kmp-library
|
||||
:core:ble -.-> :core:testing
|
||||
:core:ble -.-> :core:common
|
||||
:core:ble -.-> :core:di
|
||||
:core:ble -.-> :core:model
|
||||
:core:ble -.-> :core:testing
|
||||
|
||||
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;
|
||||
|
||||
@@ -27,7 +27,6 @@ The in-process `RadioController` composition root (Desktop, iOS, and single-proc
|
||||
```mermaid
|
||||
graph TB
|
||||
:core:service[service]:::kmp-library
|
||||
:core:service -.-> :core:testing
|
||||
:core:service --> :core:repository
|
||||
:core:service -.-> :core:common
|
||||
:core:service -.-> :core:data
|
||||
@@ -39,6 +38,7 @@ graph TB
|
||||
:core:service -.-> :core:ble
|
||||
:core:service -.-> :core:prefs
|
||||
:core:service -.-> :core:takserver
|
||||
:core:service -.-> :core:testing
|
||||
|
||||
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;
|
||||
|
||||
@@ -136,7 +136,6 @@ feature:connections
|
||||
```mermaid
|
||||
graph TB
|
||||
:feature:connections[connections]:::kmp-feature
|
||||
:feature:connections -.-> :core:testing
|
||||
:feature:connections -.-> :core:common
|
||||
:feature:connections -.-> :core:data
|
||||
:feature:connections -.-> :core:database
|
||||
@@ -152,6 +151,7 @@ graph TB
|
||||
:feature:connections -.-> :core:ble
|
||||
:feature:connections -.-> :core:network
|
||||
:feature:connections -.-> :feature:settings
|
||||
:feature:connections -.-> :core:testing
|
||||
|
||||
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;
|
||||
|
||||
Reference in New Issue
Block a user