Set LED status ready after reset master
authorvolpol <volpol@packet-gain.de>
Sat, 1 Sep 2018 12:54:48 +0000 (14:54 +0200)
committervolpol <volpol@packet-gain.de>
Sat, 1 Sep 2018 12:54:48 +0000 (14:54 +0200)
main.c

diff --git a/main.c b/main.c
index bd1cd961add7dffbe3b2a803f27a1e29accc1273..5c5f077b9acde768581e334f0e6c8126400492c7 100644 (file)
--- a/main.c
+++ b/main.c
@@ -167,6 +167,7 @@ int bbd(void){
        if (mix_state <= 0 && FQ_RESET == force_quit){
                        force_quit = FQ_NONE;
                        mix_state = 0;
+                       status_ready();
        }
         if ((as = net_accept( ss )) > 0){
             switch (mix_state){