rvdbreemen / OTGW-firmware

A ESP8266 devkit firmware for the Nodoshop version of the Opentherm Gateway (OTGW)
MIT License
145 stars 34 forks source link

Question #91

Closed dvbit closed 2 years ago

dvbit commented 2 years ago

How can I change wifi network once it is setup without refreshing the esp? Thank You

rvdbreemen commented 2 years ago

hi @dvbit

There are a couple of ways that you can change the WiFi settings:

  1. Turning off your WiFi temporary, reboot the ESP.
  2. Change your WiFi password (temporary) and reboot your ESP.

The ESP will go in AP mode again and you can change or setup you WiFi once more.

Either way, you can setup your ESP once more.

Hope this helps, Robert