From bf21b51a4810896f5cab17ea256a288f23e70956 Mon Sep 17 00:00:00 2001 From: Waldo Date: Sat, 11 Jan 2025 01:16:02 +0100 Subject: [PATCH] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 29cc1ca..72174a1 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,12 @@ Firmware: Build WLED (https://github.com/Aircoookie/WLED) using PlatformIO with the following Environment using the Buildflags for BME280 and PIR: -`[env:d1_mini] +``` +[env:d1_mini] ... build_flags = ${common.build_flags_esp8266} -D USERMOD_BME280 -D USERMOD_PIRSWITCH -D PIR_SENSOR_PIN=13 ... -` +``` Configuration: ``` @@ -21,4 +22,4 @@ Usermods: -> Enabled Reboot -``` \ No newline at end of file +```