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;