One of the EP1s is boot looping right as it gets to the wifi connection portion of the startup sequence. If I connect it to USB it will load the binary just fine and start up, and I see some of the sensor inputs show up in the console log, but not long after it displays the message for attempting to connect to wifi it disconnects and starts the whole process over again.
If i remove the wifi component (and the associated components that require it like ota, safe boot, etc), then after compiling/uploading it runs without issue. Something about the wifi component is making it boot loop.
It doesn't appear to be an issue with the config though, because I flashed a different EP1 with the exact same config and it operates normally. Something about this particular EP1 is causing it to boot loop once it hits the wifi connection step of the startup sequence. What can I do to debug this?