From 3e579037608539a3e1e066d1771a5df8f40b77a1 Mon Sep 17 00:00:00 2001 From: Waldo Date: Fri, 10 Jan 2025 19:28:10 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f14b5dc..b246321 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ 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] board = d1_mini platform = ${common.platform_wled_default} platform_packages = ${common.platform_packages} @@ -13,4 +13,4 @@ board_build.ldscript = ${common.ldscript_4m1m} build_unflags = ${common.build_unflags} build_flags = ${common.build_flags_esp8266} -D USERMOD_BME280 -D USERMOD_PIRSWITCH -D PIR_SENSOR_PIN=13 lib_deps = ${esp8266.lib_deps} -monitor_filters = esp8266_exception_decoder +monitor_filters = esp8266_exception_decoder`