I had to resort to configuring one of my units via USB, and was successful doing so. Following the setup instructions, I installed Node.js and particle cli. I connected the device to my computer’s USB port. Then the following commands:
- particle login
- particle identify
Copy the device id shown above - particle serial wifi
- particle device add [device id]
- (optional) particle device rename [device id] [friendly name]
- particle logout