Have you tried clicking on the test code button before clicking on flashing? I am having a similar issue with ParticleDev and clicking on compiling and then on flashing seemed to solve the issue. I have to do some more tests this weekend.
I think it is a problem on the server side, if the code is very close to the previous one (in time) it will not recompile by clicking on flashing, just flash the version it already has. It could be a problem of the local machine with a buffered version too (in case of ParticleDev).
That would indicate an even bigger problem.
In this situation, I'd perform an update via USB (in DFU Mode - with the most recent CLI, currently 1.23.1)
hi there,
the USB flash worked over usb, tinker is running.
However anything I try to flash over the cloud appears to work (accodring to the web UI), but the code is not actually in the device. changing the firmware version also appears to complete but did not actually change the device.
thx
The most common reason for this is incompatible versions. If you compile against a higher version of the system firmware and then try to load that onto a device with a lower version, it won’t “take.”
You can use the CLI to find out what version you have on your device in USB and depending on how you compile, you should make sure you are set up for that version in the compile step.
The cloud logs look normal. The most recent flash at Jul 13 11:19:48 (-0400, EDT) appears normal. Your code is not getting overwritten from the cloud side. It’s not part of a product.
Another thing to test would be to open up a browser tab at https://console.particle.io and open the Logs tab. Flash the code and watch for the app-hash message. Then modify the code such as by changing a string constant in a serial debug log message or something that would affect the compiled code, then flash it and make sure the app-hash changes.