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 84e4a4b + da7ff52 commit c9cd7b0Copy full SHA for c9cd7b0
platformio.ini
@@ -361,6 +361,14 @@ board_build.ldscript = ${common.ldscript_4m1m}
361
build_unflags = ${common.build_unflags}
362
build_flags = ${common.build_flags_esp8266}
363
364
+[env:anavi_miracle_controller]
365
+board = d1_mini
366
+platform = ${common.platform_wled_default}
367
+platform_packages = ${common.platform_packages}
368
+board_build.ldscript = ${common.ldscript_4m1m}
369
+build_unflags = ${common.build_unflags}
370
+build_flags = ${common.build_flags_esp8266} -D LEDPIN=12 -D IRPIN=-1 -D RLYPIN=2
371
+
372
# ------------------------------------------------------------------------------
373
# custom board configurations
374
0 commit comments