I wanted to know if there is a way to find out what firmware I flashed in my cores last month
or even if there is a way to download it from the core to my laptop or the web IDE?
I regularly use the web IDE at https://build.particle.io to flash them.
You could read the core’s program out over DFU-UTIL but you still would not know which binary file you downloaded unless you kept a binary copy to compare against.
A better solution would be to have your firmware publish a version message via Spark.publish() in setup(). That way you can just reset the device while looking for that event to see what code you are running.
Hi Kenneth, I think you are trying to tell me something with your link, but nothing is clicking on my mind…
do you mind elaborating what you meant? thanks a lot!