diff --git a/README.md b/README.md index d6e4cc5..00ad143 100644 --- a/README.md +++ b/README.md @@ -144,7 +144,7 @@ Use the web interface to connect the ESP to your preferred Wi-Fi network.
After configuring Wi-Fi, the ESP should automatically connect to your network.

To configure the connection to the MQTT broker, first connect your client device to the same Wi-Fi network the ESP32 is connected to.
-In a browser navigate to the IP address assigned to the ESP32 via DHCP (often found in the web interface of your internet router).

+In a browser navigate to the IP address assigned to the ESP32 via DHCP (often found in the web interface of your internet router) or static IP.

Next click on "MQTT Configuration" and enter the address and port (usually 1883) of your MQTT broker and a username and password if required by your MQTT broker.

The firmware supports SSL encryption for MQTT, however most people don't use this.