mirror of
https://github.com/EyeTrackVR/EyeTrackVR-Docs.git
synced 2025-11-04 14:49:44 +08:00
30 lines
785 B
JSON
30 lines
785 B
JSON
{
|
|
"name": "EyeTrackVR",
|
|
"version": "dev-release-0.0.1",
|
|
"new_install_prompt_erase": true,
|
|
"funding_url": "",
|
|
"builds": [
|
|
{
|
|
"chipFamily": "ESP32",
|
|
"improv": false,
|
|
"parts": [
|
|
{
|
|
"path": "esp32cam/bootloader_dout_40m.bin",
|
|
"offset": 4096
|
|
},
|
|
{
|
|
"path": "esp32cam/partitions.bin",
|
|
"offset": 32768
|
|
},
|
|
{
|
|
"path": "esp32cam/boot_app0.bin",
|
|
"offset": 57344
|
|
},
|
|
{
|
|
"path": "esp32cam/firmware.bin",
|
|
"offset": 65536
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |