Merge pull request #53 from Aircoookie/master

Add custom32_LEDPIN_16 environment (from #748 )
This commit is contained in:
srg74
2020-03-04 20:31:56 -05:00
committed by GitHub
2 changed files with 16 additions and 6 deletions

View File

@@ -19,7 +19,7 @@ extra_configs =
default_envs = d1_mini, esp01, esp01_1m_ota, esp32dev
# Release binaries follow
; default_envs = nodemcuv2, esp01, esp01_1m_ota, esp01_1m_full, esp32dev, custom_WS2801, custom_APA102, custom_LEDPIN_16, custom_LEDPIN_4
; default_envs = nodemcuv2, esp01, esp01_1m_ota, esp01_1m_full, esp32dev, custom_WS2801, custom_APA102, custom_LEDPIN_16, custom_LEDPIN_4, custom32_LEDPIN_16
# Single binaries
; default_envs = nodemcuv2
@@ -268,3 +268,11 @@ board = d1_mini
platform = ${common.platform_latest}
board_build.ldscript = ${common.ldscript_4m1m}
build_flags = ${common.build_flags_esp8266} -D USE_WS2801
[env:custom32_LEDPIN_16]
board = esp32dev
platform = espressif32@1.11.2
build_flags = ${common.build_flags_esp32} -D LEDPIN=16
lib_ignore =
ESPAsyncTCP
ESPAsyncUDP