From 4a7357efcd75dc77c718add31d5e76a44f66e7b0 Mon Sep 17 00:00:00 2001 From: iranl Date: Sat, 25 Jan 2025 09:48:09 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.