P1 Flashing Issues

Hi,

Thanks for the response!

I hadn’t thought about network thread not being yielded to by the app thread, which is something I will take a look into right away, and report to you.

Meanwhile, i was wondering if you can comment on my current understanding of what is happening : currently, the device is showing online on particle’s dashboard and makes posts to our AWS back-end servers and yet ignoring the flash commands, because all of the functionalities are happening on app thread, and not yielding to network threads long enough to full fill its task? the reason posts/mqtt is working because message buffers are small and/or are able to cycle fast enough.