From dac71a0ba5d1007018c55e7e7308861cb4faaa07 Mon Sep 17 00:00:00 2001 From: Jono Targett Date: Tue, 23 May 2023 10:13:35 +0930 Subject: [PATCH] Try and fix gitea thinking there is a syntax error --- docs/state.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/state.md b/docs/state.md index cafab31..867045c 100644 --- a/docs/state.md +++ b/docs/state.md @@ -10,13 +10,13 @@ stateDiagram Disconnected --> Disconnected : report Disconnected --> Connected : [radio]/connect - state Idle { + state Nothing { Connected --> Tuned : [radio]/configure/[] Tuned --> Tuned : [radio]/configure/[] } - Idle --> Disconnected : [radio]/disconnect - Idle --> Idle : [radio]/info + Nothing --> Disconnected : [radio]/disconnect + Nothing --> Nothing : [radio]/info Tuned --> Streaming : [radio]/start Streaming --> Tuned : [radio]/end