The instructions are probably not there because Erik wasn't anticipating a setup like you've done
Currently only way to set/change wificonfig requires Particle account --
http://digistump.com/wiki/oak/tutorials/wificonfigThere really should be a way to do this also without Particle account.
... I take it your setup was different ...
I'm just switching rPi between my local WiFi and Oaks WiFi. I'm currently using Raspberry Pi 3 B as desktop computer while developing (keyboard/mouse/display connected directly, network from inbuild WiFi).
* connect to local WiFi (save ip address for next step)
* download everything needed
* install nodejs, spark-server, particle-cli
* start spark-server for a moment to generate public key, then exit
* start Oak and connect to its WiFi
* run my script to update Oak (using saved server-ip address)
now I would need to setup Oak to connect to my WiFi, switch rPi back to local WiFi and restart Oak
look at the soft-ap doc
That seems a bit insufficient. What is 'idx'? Is channel required? And getting 'pwd' correct might take a moment.
EDIT: I think I found the source of how to do this in JavaScript:
https://github.com/spark/softap-setup-js/blob/master/lib/SoftAP.js