mirror of
https://github.com/Waldehyd/Blahaj_Pentagramm_Badge.git
synced 2025-12-27 06:21:12 +00:00
Added SDA/SCL Buildflags, Init Manual
This commit is contained in:
parent
81b782d702
commit
e52bb30f19
2 changed files with 78 additions and 2 deletions
|
|
@ -361,10 +361,10 @@ board_build.ldscript = ${common.ldscript_4m1m}
|
|||
build_unflags = ${common.build_unflags}
|
||||
build_flags = ${common.build_flags} ${esp8266.build_flags} -D WLED_RELEASE_NAME=\"ESP8266\" #-DWLED_DISABLE_2D
|
||||
-D WLED_DISABLE_PARTICLESYSTEM2D
|
||||
-D LEDPIN=14 -D DATA_PINS=14 -D DEFAULT_LED_COUNT=15
|
||||
-D LEDPIN=14 -D DATA_PINS=14 -D DEFAULT_LED_COUNT=15 -D HW_PIN_SDA=4 -D HW_PIN_SCL=5
|
||||
lib_deps = ${esp8266.lib_deps}
|
||||
monitor_filters = esp8266_exception_decoder
|
||||
custom_usermods = audioreactive BME280_v2 PIR_sensor_switch
|
||||
custom_usermods = BME280_v2 PIR_sensor_switch
|
||||
|
||||
|
||||
[env:nodemcuv2_compat]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue