Skip to content

Commit 26e07b2

Browse files
authored
Merge pull request #159 from pkendall64/fix-jumper-etx
Fox ETX pass through on jumper internal modules
2 parents 15e2385 + 8c96b27 commit 26e07b2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

hardware/targets.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -156,19 +156,19 @@
156156
"product_name": "Jumper T-12 Max Internal TX Modules",
157157
"firmware": "ESP_TX_Backpack",
158158
"platform": "esp8285",
159-
"upload_methods": ["uart", "wifi"]
159+
"upload_methods": ["etx", "wifi"]
160160
},
161161
"t15": {
162162
"product_name": "Jumper T-15 Internal TX Modules",
163163
"firmware": "ESP_TX_Backpack",
164164
"platform": "esp8285",
165-
"upload_methods": ["uart", "wifi"]
165+
"upload_methods": ["etx", "wifi"]
166166
},
167167
"t20": {
168168
"product_name": "Jumper T-20 Internal TX Modules with Backpack extension",
169169
"firmware": "ESP_TX_Backpack",
170170
"platform": "esp8285",
171-
"upload_methods": ["uart", "wifi"]
171+
"upload_methods": ["uart", "etx" ,"wifi"]
172172
}
173173
}
174174
},

0 commit comments

Comments
 (0)