Created
August 27, 2023 04:00
-
-
Save jstewmon/1f0d7dc2f3d6238dc5226dbcda558594 to your computer and use it in GitHub Desktop.
WLED QuinLED PlatformIO
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[platformio] | |
default_envs = dig-Octa_32-8L-ETHON-Temp | |
; https://discord.com/channels/470691318838984706/1144986700557332521/1145013274086211585 | |
[env:dig-Octa_32-8L-ETHON-Temp] | |
board = esp32dev | |
platform = ${esp32.platform} | |
platform_packages = ${esp32.platform_packages} | |
build_unflags = ${common.build_unflags} | |
build_flags = ${common.build_flags_esp32} | |
-D WLED_RELEASE_NAME=Dig-Octa-32-8L_Eth_SHT | |
-D SERVERNAME="\"Dig-Octa-32-8L\"" | |
-D WLED_USE_ETHERNET | |
-D WLED_ETH_DEFAULT=8 | |
-D NOWIFISLEEP=false | |
-D WLED_DISABLE_BLYNK | |
-D RLYPIN=33 | |
-D BTNPIN=34,35 | |
-D IRPIN=-1 | |
-D I2CSDAPIN=32 | |
-D I2CSCLPIN=13 | |
-D PIXEL_COUNTS="30,30,30,30,30,30,30" | |
-D DATA_PINS="0,1,2,3,4,5,12" | |
-D DEFAULT_LED_COUNT=210 | |
-D USERMOD_SHT | |
-D ABL_MILLIAMPS_DEFAULT=1250 | |
lib_deps = ${esp32.lib_deps} | |
robtillaart/SHT85@~0.3.3 | |
board_build.partitions = ${esp32.default_partitions} | |
extra_scripts = ${scripts_defaults.extra_scripts} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment