Xbee3 Resetting Each Loop

Hi,

I screwed up with a if statement in micropython and now my Xbee3 module is executing the machine.reset() line each loop with no delay. I have tried to write to the module to resolve the mistake, but because it is in this reset loop it is unreachable. I went to the XCTU level and it will not even find the module.

Any recommendations on how to break out of this rest loop so I can push the correct code to it, or is the module toast forever?

Thank you.

Any suggestion on this?