zivillian / esp32-modbus-gateway

ESP32 Modbus RTU/TCP Gateway
GNU General Public License v3.0
137 stars 58 forks source link

add storage for IP and wifi settings #14

Closed olterion closed 11 months ago

olterion commented 1 year ago

Maybe here are some additions, which you want to add to your code:

To change the wifi settings in a running system there is an storage area in the config. If there is soemthing stored, the WifiManager tries to connect to the stored ssid.

To get the possibility to st a static IP address, this is now stored in the config. As deflault there is set DHCP, to make no change in default configuration.

0x3333 commented 1 year ago

Am I wrong, or this is managed by WiFiManager?