Good morning fellow Oakians
I don't know if the following is the cause of my issue. I cannot store my wifi settings on my oak. I is perpetually blinking 3 burst led then pause.
So I finally got myself a uart and got the latest firmware on my oak successful. I've been following the instructions from:
https://github.com/digistump/OakRestore. However I have a problem. The following text is written on that page:
"This will not restore an Oak that has had its Particle Config overwritten at 0x100000 and 0x201000 - a device where that has occured can be partially restored by this method but then will need its device id set via serial, and you'll need to have recorded it previously. Then connect at 115200 baud and send set\n40\n{"device-id":"123456789012345678901234"}\n where 123456789012345678901234 is replaced by your device-id. You can also send a raw POST to 192.168.0.1/set with the same JSON while connected to the AP of the Oak"
I do know my device-id however the rest of that text didn't make much sense to me. How do I: "Then connect at 115200 baud and send set\n40\n{"device-id":"my device id"}\n"
And then: "You can also send a raw POST to 192.168.0.1/set with the same JSON while connected to the AP of the Oak""
Any assistance would be greatly appreciated.