diff --git a/src/main.c b/src/main.c index 9c7a01e..c6a8dcf 100644 --- a/src/main.c +++ b/src/main.c @@ -621,6 +621,7 @@ static void tx_thread(void) h5_send_sync(); LOG_DBG("Autonomous SYNC"); k_sleep(250); + break; case INIT: h5_send_config(); LOG_DBG("Autonomous CONFIG");