Parent: #137. During PoC testing a Companion radio became unresponsive to APP_START until a hard reset (esptool --after hard_reset, i.e. a CP2102 DTR/RTS toggle). The MeshCore driver must detect and recover from this autonomously — required for unattended operation.
Related: device-control + firmware management API.
Parent: #137. During PoC testing a Companion radio became unresponsive to
APP_STARTuntil a hard reset (esptool--after hard_reset, i.e. a CP2102 DTR/RTS toggle). The MeshCore driver must detect and recover from this autonomously — required for unattended operation.APP_START/DEVICE_QUERY) or a serial-activity timeout to detect a mute/hung companion.APP_START, re-apply radio params + channel config, resume the bearer.APP_STARTretry — opening the port can itself reset the board and race the firstAPP_START(seen in the PoC).Related: device-control + firmware management API.