Electron firmware flash not presisting after full power off

I have been successful with my code and it works as expected as long as I just flashed the device and do not remove power to it.
Once I remove power completly, the code does not seem to run anymore until I re-flash it again.

Flashing using the commands particle flash --local electron_firmware_1701004269926.bin which was suggested here.

Just pressign RESET button is okay, but unplugging USB power without battery it will not afterwards start running the code.

Does it have to do somethign with the way I'm flashing it?

Thanks!

Are you using a 3rd-party SIM card on the Electron?

Are you using SYSTEM_MODE() and if so, which mode.

Are you using SYSTEM_THREAD(ENABLED)?

Yes, this somehow got los tin my code. After applying it worked nicely. Thanks again!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.