From 80122dbe80d4047e7097be623f3a20653030ca5d Mon Sep 17 00:00:00 2001 From: Ricardo Band Date: Thu, 23 Mar 2023 00:29:53 +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 533e1dd..78b653d 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ esptool.py write_flash 0x10000 WLED_0.13.3_ESP32_Ethernet.bin When this is done, the ESP32 should open a wifi called `WLED-AP`. The default password is `wled1234`. Connect to it, configure Ethernet and disable wifi. The ESP32 should receive it's designated IP address as long as the MAC address doesn't change. If it does change, tell the DHCP admins the new MAC address so they can update the static DHCP entry. -## Configuration +# Configuration To be continued...