Particle Dev - Memory report?

Is there a way to get a memory use report after compile?

1 Like

@Awake, the IDE doesn’t do that yet for the Photon. When locally compiling, that information is make available as an output of the make. :smile:

Is there a way on the Photon to get a memory report to the serial port to see how memory is used up as the program runs? Arduino has a weird formula that I never understood how it works that does that.

Thanks for the help!