Update README.md

This commit is contained in:
iranl
2025-01-25 09:48:09 +01:00
committed by GitHub
parent 6a39412e3f
commit 4a7357efcd

View File

@@ -144,7 +144,7 @@ Use the web interface to connect the ESP to your preferred Wi-Fi network.<br>
After configuring Wi-Fi, the ESP should automatically connect to your network.<br>
<br>
To configure the connection to the MQTT broker, first connect your client device to the same Wi-Fi network the ESP32 is connected to.<br>
In a browser navigate to the IP address assigned to the ESP32 via DHCP (often found in the web interface of your internet router).<br><br>
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.<br><br>
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.<br>
<br>
The firmware supports SSL encryption for MQTT, however most people don't use this.<br>