mirror of
https://github.com/Waldehyd/Blahaj_Pentagramm_Badge.git
synced 2025-12-27 06:21:12 +00:00
Added default WLED Templates for easy flashing
This commit is contained in:
parent
b7ffc0ca88
commit
d8bd8d76d0
1 changed files with 11 additions and 6 deletions
|
|
@ -359,9 +359,17 @@ platform = ${common.platform_wled_default}
|
|||
platform_packages = ${common.platform_packages}
|
||||
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 HW_PIN_SDA=4 -D HW_PIN_SCL=5
|
||||
build_flags = ${common.build_flags} ${esp8266.build_flags}
|
||||
-D WLED_RELEASE_NAME='"ESP8266"' #-DWLED_DISABLE_2D
|
||||
-D DATA_PINS=14
|
||||
-D PIXEL_COUNTS=15
|
||||
-D I2CSDAPIN=4 # initialise interface
|
||||
-D I2CSCLPIN=5 # initialise interface
|
||||
-D HW_PIN_SDA=4
|
||||
-D HW_PIN_SCL=5
|
||||
-D WLED_AP_SSID='"ShorktagramBadge"'
|
||||
-D SERVERNAME='"ShorktagramBadge"'
|
||||
-D WLED_DISABLE_PARTICLESYSTEM2D
|
||||
lib_deps = ${esp8266.lib_deps}
|
||||
monitor_filters = esp8266_exception_decoder
|
||||
custom_usermods = BME280_v2 PIR_sensor_switch
|
||||
|
|
@ -382,9 +390,6 @@ board_build.f_cpu = 160000000L
|
|||
build_flags = ${common.build_flags} ${esp8266.build_flags} -D WLED_RELEASE_NAME=\"ESP8266_160\" #-DWLED_DISABLE_2D
|
||||
-D WLED_DISABLE_PARTICLESYSTEM2D
|
||||
|
||||
|
||||
|
||||
|
||||
[env:esp8266_2m]
|
||||
board = esp_wroom_02
|
||||
platform = ${common.platform_wled_default}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue