Files
MuditaOS/module-bluetooth/bt_settings_basic_flowchart.puml
GravisZro e433e8dd03 Fix transparent backgrounds in PlantUML
Images generated using PlantUML had transparent backgrounds which made
their text difficult to read on GitHub when using "Dark Mode". Forcing
a background color of #F0F0F0 ensures they are all readable.
2021-08-16 17:01:19 +02:00

13 lines
221 B
Plaintext

@startuml
skinparam BackgroundColor F0F0F0
[Service DB] as srvcdb
[Service Bluetooth] as srvcbt
[Application Settings] as appstngs
srvcdb <-r-> srvcbt : SettingsAgent
srvcbt <-r-> appstngs : BluetoothMessages
@enduml