Skip to content

Commit 1ccea2f

Browse files
committed
Fix the firmware file for the HDZero goggles
Adds a 'zip' download method for the flasher
1 parent cb0e4eb commit 1ccea2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hardware/targets.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -340,8 +340,8 @@
340340
"vrx": {
341341
"esp32": {
342342
"product_name": "Built-in ESP32 Backpack",
343-
"firmware": "HDZero_RX51_ESP32_Backpack",
344-
"upload_methods": ["wifi"],
343+
"firmware": "HDZero_Goggle_ESP32_Backpack",
344+
"upload_methods": ["wifi", "zip"],
345345
"platform": "esp32"
346346
}
347347
}

0 commit comments

Comments
 (0)