Looks like I spent hours trying to find out why my AQW would only work when connected through USB on a laptop that had the repo set and Particle workbench on it… turns out the AQW for Argon had a section that required the serial to be hooked up so I commented out this portion of the code in the .ino file and now dedicated power supply works!
@jaredwolff was there an intent behind that Serial section being necessary otherwise it wouldn’t work on dedicated power source?
// while (!Serial.isConnected())
// {
// delay(100);
// }