Firmware exit after loop with red led

If I run the local flash the firmware works correctly.
If I send the firmware with API functions (https: /api.particle.io/v1/devices/) the setup and loop functions is performed then the red LED lights up and restarts by running the setup again

Help me

Knowing your code would help.
Also the the number of red flashes after the SOS pattern (… — …) helps to distinguish between different crash reasons.

My first blind guess would be that your Particle.function() handler does not return an int when it should.

1 Like

Ok thank you
Solved

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