-
Notifications
You must be signed in to change notification settings - Fork 69
Description
Hello erverybody,
I used this genial project since this year and it work?s fine, but I have a wish:
Could someone program the possibility of assigning a fixed/static IP for the ESP32?
/* Wifi Settings */ static const char* host = "esp32"; // Unique name for ESP32. The name detected by your router and MQTT. If you are using more then 1 ESPs to control different switchbots be sure to use unique hostnames. Host is the MQTT Client name and is used in MQTT topics static const char* ssid = "SSID"; // WIFI SSID static const char* password = "Password"; // WIFI Password ....................................................... = "xxx.xxx.xxx.xxx" // Static Fixed IP no DHCP
Merry Christmas time Mark