I had a perfectly functioning Argon before I flashed it with a new app that had to work away from the house (no WiFi). I added:
SYSTEM_MODE(SEMI_AUTOMATIC) // let the app run even if no WiFi
to the top of the source file and hit the download button before realizing that I hadn't added any code to attempt to connect. So it ran the app great, but the LED is breathing white.
This was new territory for me, and I ended up using:
"particle flash --local tinker"
That seemed to work, but now the LED flashed blue. So I repeated the "flash --local" with a known-good firmware that was previously running on it but it still just flashes blue.
"particle usb list" returns "Argon_A1 [deviceID] (Argon, LISTENING)"
How do I get it connected back up to my WiFi?