From 7a50ab4de2f7e720dc39dede4c284b1423321743 Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Mon, 20 Jun 2022 13:28:50 -0500 Subject: [PATCH] Re-init config_state after we switch to nodeinfo (#1526) --- src/mesh/PhoneAPI.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mesh/PhoneAPI.cpp b/src/mesh/PhoneAPI.cpp index 25569b18f..e41e2f584 100644 --- a/src/mesh/PhoneAPI.cpp +++ b/src/mesh/PhoneAPI.cpp @@ -184,6 +184,7 @@ size_t PhoneAPI::getFromRadio(uint8_t *buf) // Advance when we have sent all of our config objects if (config_state > Config_lora_tag) { state = STATE_SEND_NODEINFO; + config_state = Config_device_tag; } break;