Try and fix gitea thinking there is a syntax error

This commit is contained in:
Jono Targett 2023-05-23 10:13:35 +09:30
parent 43d6948f2f
commit dac71a0ba5

View File

@ -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