Skip to content

Commit bbb3643

Browse files
committed
Add 8285 based head tracker
1 parent c59e19d commit bbb3643

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

targets/debug.ini

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff 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]
104125
extends = env_common_esp32c3, rapidfire_vrx_backpack_common
105126
build_flags =

0 commit comments

Comments
 (0)