File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed
Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -69,6 +69,7 @@ extra_configs =
6969; default_envs = esp32dev-tls-test
7070; default_envs = nodemcuv2-tls-test
7171; default_envs = nodemcuv2-rs232
72+ ; default_envs = sonoff-rfbridge-direct
7273
7374; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
7475; ENVIRONMENTS PARAMETERS ;
@@ -871,3 +872,21 @@ build_flags =
871872 ${com-arduino-low-memory.build_flags}
872873 ' -DGateway_Name="OMG_1_FL"'
873874 ' -DZactuatorFASTLED="FASTLED"'
875+
876+ [env:sonoff-rfbridge-direct]
877+ platform = ${com.esp8266_platform}
878+ board = esp8285
879+ lib_deps =
880+ ${com-esp.lib_deps}
881+ ${libraries.esppilight}
882+ build_flags =
883+ ${com-esp.build_flags}
884+ ' -DZgatewayPilight="Pilight"'
885+ ' -DRF_RECEIVER_GPIO=4'
886+ ' -DRF_EMITTER_GPIO=5'
887+ ' -DLED_INFO=13'
888+ ' -DLED_INFO_ON=0'
889+ ' -DZsensorGPIOInput="GPIOInput"'
890+ ' -DINPUT_GPIO=0'
891+ ' -DGateway_Name="OpenMQTTGateway_SRFB_Direct"'
892+ board_build.flash_mode = dout
You can’t perform that action at this time.
0 commit comments