Need to flash twice with Particle Dev [SOLVED]

Hi,
lately I always need to flash my devices twice in order for the new firmware to appear on the Photon when using Particle Dev (the Atom based IDE).
E.g. if I change the LED behaviour nothing changes after the first click on the bolt to flash via cloud, besides the response being “successful”. How can I fix this? With build.particle.io I do not have this problem.

Thanks in advance,
Marc

Are you saving your changes before hiting the build & compile button?
If not, try that and see if that helps - there might be a race condition between the saving of “dirty” files and engaging the build task.

1 Like

It looks like that did the trick, thank you!

1 Like