EyeTrackVR / OpenIris

Open eye tracking for VR!
MIT License
113 stars 30 forks source link

Issue with default compile #53

Closed TheGuardianWolf closed 1 year ago

TheGuardianWolf commented 1 year ago

Hey, I've been using this a while, and I've had to make this modification for the default (AIThinker) config to compile.

image

Is this just me or an actual isse?

lorow commented 1 year ago

Hi!

It's a symptom of an outdated Platformio SDK, they deprecated the sscb fields a while ago in favour of sccb.

To fix that in the newest version you can simply update the sdk like so: https://docs.eyetrackvr.dev/firmware_guide/update_platformio

TheGuardianWolf commented 1 year ago

Thanks! This is resolved, I'll mark as closed