File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -100,6 +100,27 @@ extends = env:DEBUG_TIMER_ESP32_Backpack_via_UART
100100# Head Tracker VRX backpack targets
101101# ********************************
102102
103+ [env:DEBUG_ESP_HT_Backpack_via_UART]
104+ extends = env_common_esp8285, rapidfire_vrx_backpack_common
105+ upload_resetmethod = nodemcu
106+ build_flags =
107+ ${env_common_esp8285.build_flags}
108+ ${rapidfire_vrx_backpack_common.build_flags}
109+ -D DEBUG_LOG
110+ -D HAS_HEADTRACKING
111+ -D PIN_BUTTON =0
112+ -D PIN_LED =16
113+ -D PIN_MOSI =13
114+ -D PIN_CLK =14
115+ -D PIN_CS =15
116+ -D PIN_SDA =2
117+ -D PIN_SCL =4
118+ -D PIN_INT =9
119+ reset_method =nodemcu
120+
121+ [env:DEBUG_ESP_HT_Backpack_via_WIFI]
122+ extends = env:DEBUG_ESP_HT_Backpack_via_UART
123+
103124[env:DEBUG_C3_HT_Backpack_via_UART]
104125extends = env_common_esp32c3, rapidfire_vrx_backpack_common
105126build_flags =
You can’t perform that action at this time.
0 commit comments