From ca29610158353ad2f5941d80e8e23a18ec49ee90 Mon Sep 17 00:00:00 2001 From: casartar Date: Fri, 10 Jan 2025 20:41:57 +0100 Subject: [PATCH] add configuration to readme --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 88deba7..29cc1ca 100644 --- a/README.md +++ b/README.md @@ -9,3 +9,16 @@ Build WLED (https://github.com/Aircoookie/WLED) using PlatformIO with the follow build_flags = ${common.build_flags_esp8266} -D USERMOD_BME280 -D USERMOD_PIRSWITCH -D PIR_SENSOR_PIN=13 ... ` + +Configuration: +``` +LED Preferences: + -> Length = 15 + -> GPIO = 14 +Usermods: + -> SDA = 4 + -> SCL = 5 + -> Enabled + + Reboot +``` \ No newline at end of file