We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3d51d1e + 4bc4012 commit 3cefb14Copy full SHA for 3cefb14
platformio.ini
@@ -421,6 +421,13 @@ board_build.ldscript = ${common.ldscript_2m512k}
421
build_flags = ${common.build_flags_esp8266} -D LEDPIN=3 -D BTNPIN=1
422
lib_deps = ${esp8266.lib_deps}
423
424
+[env:sp511e]
425
+board = esp_wroom_02
426
+platform = ${common.platform_wled_default}
427
+board_build.ldscript = ${common.ldscript_2m512k}
428
+build_flags = ${common.build_flags_esp8266} -D LEDPIN=3 -D BTNPIN=2 -D IRPIN=5 -D WLED_MAX_BUTTONS=3
429
+lib_deps = ${esp8266.lib_deps}
430
+
431
# ------------------------------------------------------------------------------
432
# travis test board configurations
433
0 commit comments