You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: