mcer12 / Hugo-ESP8266

Hugo is a 4-button ESP8266 Wi-Fi Remote, Arduino compatible and simple to use.
MIT License
111 stars 11 forks source link

Configure without ConfigPortal #34

Closed coolnovember closed 3 years ago

coolnovember commented 3 years ago

Hello, I have a few of your devices. Is there a way to program the configuration info without using the config portal? i.e. directly into the Sketch? I saw some code to write to the SPIFFS, but that seems to need the portal do things.

As one idea, do you have some documentation on the format of the image that the Hugo saves to SPIFSS? I could build the file and upload it directly without using the portal?

mcer12 commented 3 years ago

@coolnovember You can set default values in the sketch, fns.ino on line 188 are all values set to empty. You can just set them to differnt value there.

coolnovember commented 3 years ago

That worked! Thanks!