From 43d6948f2fd714fa8c4a6d67243327344a43f2ad Mon Sep 17 00:00:00 2001 From: Jono Targett Date: Tue, 23 May 2023 10:11:23 +0930 Subject: [PATCH] Try and fix gitea thinking there is a syntax error --- docs/state.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/state.md b/docs/state.md index 1eb77df..cafab31 100644 --- a/docs/state.md +++ b/docs/state.md @@ -6,8 +6,7 @@ For brevity, state transitions caused by errors are omitted from the diagram - b Each radio that is available on the system is configured indepdenently, with the exception that the endpoint `/radio/report` will interact with all radios. Dependending on the driver this might cause the radio to stop streaming or to disconnect entirely. ```mermaid -stateDiagram-v2 - [*] --> Disconnected +stateDiagram Disconnected --> Disconnected : report Disconnected --> Connected : [radio]/connect @@ -15,7 +14,6 @@ stateDiagram-v2 Connected --> Tuned : [radio]/configure/[] Tuned --> Tuned : [radio]/configure/[] } - %%Connected --> Connected : [radio]/info Idle --> Disconnected : [radio]/disconnect Idle --> Idle : [radio]/info