EyeTrackVR / OpenIris

Open eye tracking for VR!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Latest commit won't compile

bontebok opened this issue · comments

commented

Here's the output from the compiler -

lib/src/network/stream/streamServer.cpp:87:17: error: 'RTC_CNTL_BROWN_OUT_REG' was not declared in this scope
  WRITE_PERI_REG(RTC_CNTL_BROWN_OUT_REG, 0); //! Turn-off the 'brownout detector'
                 ^~~~~~~~~~~~~~~~~~~~~~
commented

Found the issue, I didn't include an updated version of the streamServer.hpp file, my bad!

It should compile now, thank you for reporting it!

commented

Thank you!

commented

Confirming a successful compile. Closing issue. Thanks again