mirror of
https://github.com/EyeTrackVR/EyeTrackVR-Docs.git
synced 2025-11-04 14:49:44 +08:00
Update link text, add V4 name to increase clarity
This commit is contained in:
parent
608bf311aa
commit
b59572866f
@ -158,7 +158,7 @@ export default {
|
||||
links: 'If you already have safe IR LED hardware and know what you are doing.'
|
||||
},
|
||||
{
|
||||
name: '★ 4 port USB 3.2 LDLrui (MTT Usually)',
|
||||
name: '★ 4 port USB 3.2 LDLrui (MTT Usually) (Best for Cost)',
|
||||
amount: () => 1,
|
||||
cost: 17.99,
|
||||
costAll: () => this.tracker + 17.99,
|
||||
@ -179,19 +179,20 @@ export default {
|
||||
links: '<a href="https://www.aliexpress.us/item/3256801220206638.html">AliExpress</a> Small but non MTT hub breakout'
|
||||
},
|
||||
{
|
||||
name: '★ 4 port Adafruit CH334F USB Hub Breakout (MTT)',
|
||||
name: '★ 4 port Adafruit CH334F USB Hub Breakout (MTT) (Best for Size)',
|
||||
amount: () => 1,
|
||||
cost: 4.99,
|
||||
costAll: () => this.tracker + 8,
|
||||
links: '<a href="https://www.adafruit.com/product/5997">Adafruit</a> Small, high quality MTT hub breakout'
|
||||
},
|
||||
{
|
||||
name: '★ 3 port USB 3.0 Hub With Power Passthrough (MTT)',
|
||||
name: '★ 3 port USB 3.0 Hub With Power Passthrough (MTT) (Best for Quest)',
|
||||
amount: () => 1,
|
||||
cost: 17.99,
|
||||
costAll: () => this.tracker + 1.41,
|
||||
links: '<a href="https://www.amazon.com/uni-Charging-Thunderbolt-Aluminum-Pixelbook/dp/B08SVZFFPP/">Amazon</a> Great for Quest due to power passthrough'
|
||||
},
|
||||
|
||||
],
|
||||
selectedChoice: 1,
|
||||
isOpen: false
|
||||
@ -204,7 +205,7 @@ export default {
|
||||
amount: () => this.tracker,
|
||||
cost: 0,
|
||||
costAll: () => this.tracker * 0,
|
||||
links: 'If you have a 3d printer or have access to one somewhere.'
|
||||
links: 'If you have a 3d printer or have access to one somewhere such as a library, friend, or school.'
|
||||
},
|
||||
{
|
||||
name: 'JLCPCB Print Service, JLC3DP',
|
||||
@ -218,7 +219,6 @@ export default {
|
||||
isOpen: false
|
||||
},
|
||||
|
||||
|
||||
// Add other components similarly
|
||||
],
|
||||
total: 0,
|
||||
|
||||
@ -11,7 +11,7 @@ import { alerts } from '../../static/alerts'
|
||||
|
||||
## This page will contain a step-by-step assembly guide.
|
||||
|
||||
## Updated documentation is still in progress and not updated here, please be patient.
|
||||
## Updated documentation for V4 is still in progress and not updated here, please be patient.
|
||||
|
||||
This guide provides a walkthrough on the assembly of a **wireless** V3 eye tracking.
|
||||
V4 specific final docs are Work In Progress:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user