mirror of
https://github.com/Waldehyd/Blahaj_Pentagramm_Badge.git
synced 2025-12-27 06:21:12 +00:00
Update README.md
This commit is contained in:
parent
33b6357325
commit
64e5fa929d
1 changed files with 16 additions and 1 deletions
17
README.md
17
README.md
|
|
@ -1 +1,16 @@
|
|||
# Blahaj_Pentagramm_Badge
|
||||
# Blahaj_Pentagramm_Badge
|
||||
|
||||
Firmware:
|
||||
|
||||
Build WLED (https://github.com/Aircoookie/WLED) using PlatformIO with the following Environment using the Buildflags for BME280 and PIR:
|
||||
|
||||
[env:d1_mini]
|
||||
board = d1_mini
|
||||
platform = ${common.platform_wled_default}
|
||||
platform_packages = ${common.platform_packages}
|
||||
upload_speed = 921600
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue