Skip to content

Commit dd46297

Browse files
chore: Scheduled updates (Firmware, Hardware, Translations, Graphs) (#5767)
Co-authored-by: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com>
1 parent fd3dc0c commit dd46297

18 files changed

Lines changed: 12 additions & 17 deletions

File tree

androidApp/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ graph TB
3737
:androidApp -.-> :core:network
3838
:androidApp -.-> :core:nfc
3939
:androidApp -.-> :core:prefs
40-
:androidApp -.-> :core:proto
4140
:androidApp -.-> :core:service
4241
:androidApp -.-> :core:resources
4342
:androidApp -.-> :core:ui

androidApp/src/main/assets/firmware_releases.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,18 @@
188188
]
189189
},
190190
"pullRequests": [
191+
{
192+
"id": "10684",
193+
"title": "Claude hooks don't work in a fresh box",
194+
"page_url": "https://github.com/meshtastic/firmware/pull/10684",
195+
"zip_url": "s"
196+
},
197+
{
198+
"id": "10673",
199+
"title": "meshtasticd: Add configs for B&Q Station G3",
200+
"page_url": "https://github.com/meshtastic/firmware/pull/10673",
201+
"zip_url": "https://img.shields.io/badge/Flash_this_PR_in_the_Web_Flasher-2C2D3C?style=for-the-badge"
202+
},
191203
{
192204
"id": "10669",
193205
"title": "Allow key verification to work for unknown nodes.",

core/data/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ graph TB
2828
:core:data -.-> :core:model
2929
:core:data -.-> :core:network
3030
:core:data -.-> :core:prefs
31-
:core:data -.-> :core:proto
3231
:core:data -.-> :core:takserver
3332
:core:data -.-> :core:testing
3433

core/database/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ graph TB
3030
:core:database --> :core:common
3131
:core:database --> :core:model
3232
:core:database -.-> :core:di
33-
:core:database -.-> :core:proto
3433
:core:database -.-> :core:resources
3534
:core:database -.-> :core:testing
3635

core/datastore/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ graph TB
2525
:core:datastore[datastore]:::kmp-library
2626
:core:datastore -.-> :core:common
2727
:core:datastore -.-> :core:model
28-
:core:datastore -.-> :core:proto
2928
3029
classDef android-application fill:#CAFFBF,stroke:#000,stroke-width:2px,color:#000;
3130
classDef android-application-compose fill:#CAFFBF,stroke:#000,stroke-width:2px,color:#000;

core/domain/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,6 @@ graph TB
116116
:core:domain[domain]:::kmp-library
117117
:core:domain -.-> :core:repository
118118
:core:domain -.-> :core:model
119-
:core:domain -.-> :core:proto
120119
:core:domain -.-> :core:common
121120
:core:domain -.-> :core:database
122121
:core:domain -.-> :core:datastore

core/model/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ implementation(projects.core.model)
3333
```mermaid
3434
graph TB
3535
:core:model[model]:::kmp-library
36-
:core:model --> :core:proto
3736
:core:model --> :core:common
3837
:core:model --> :core:resources
3938
:core:model -.-> :core:testing

core/network/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ graph TB
3030
:core:network -.-> :core:common
3131
:core:network -.-> :core:di
3232
:core:network -.-> :core:model
33-
:core:network -.-> :core:proto
3433
:core:network -.-> :core:ble
3534
:core:network -.-> :core:testing
3635

core/repository/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,6 @@ core:repository
156156
graph TB
157157
:core:repository[repository]:::kmp-library
158158
:core:repository --> :core:model
159-
:core:repository --> :core:proto
160159
:core:repository -.-> :core:common
161160
:core:repository -.-> :core:database
162161
:core:repository -.-> :core:testing

core/service/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ graph TB
3939
:core:service -.-> :core:network
4040
:core:service -.-> :core:ble
4141
:core:service -.-> :core:prefs
42-
:core:service -.-> :core:proto
4342
:core:service -.-> :core:takserver
4443
4544
classDef android-application fill:#CAFFBF,stroke:#000,stroke-width:2px,color:#000;

0 commit comments

Comments
 (0)