Re-init config_state after we switch to nodeinfo (#1526)

This commit is contained in:
Ben Meadors 2022-06-20 13:28:50 -05:00 committed by GitHub
parent a7d527c3c3
commit 7a50ab4de2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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