mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-21 02:02:23 +00:00
Re-init config_state after we switch to nodeinfo (#1526)
This commit is contained in:
@@ -184,6 +184,7 @@ size_t PhoneAPI::getFromRadio(uint8_t *buf)
|
|||||||
// Advance when we have sent all of our config objects
|
// Advance when we have sent all of our config objects
|
||||||
if (config_state > Config_lora_tag) {
|
if (config_state > Config_lora_tag) {
|
||||||
state = STATE_SEND_NODEINFO;
|
state = STATE_SEND_NODEINFO;
|
||||||
|
config_state = Config_device_tag;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user