mirror of
https://github.com/EyeTrackVR/OpenIris.git
synced 2025-11-04 15:39:42 +08:00
feat: add system header to unify future traits
This commit is contained in:
parent
8df9160045
commit
86162720a5
10
ESP/lib/src/etvr_system.hpp
Normal file
10
ESP/lib/src/etvr_system.hpp
Normal file
@ -0,0 +1,10 @@
|
||||
#ifndef INCLUDED_ETVR_SYSTEM_HPP
|
||||
#define INCLUDED_ETVR_SYSTEM_HPP
|
||||
|
||||
#if CONFIG_CAMERA_MODULE_ESPS3WROVER
|
||||
#define ETVR_EYE_TRACKER_USB_API
|
||||
#else
|
||||
#define ETVR_EYE_TRACKER_WEB_API
|
||||
#endif
|
||||
|
||||
#endif // INCLUDED_ETVR_SYSTEM_HPP
|
||||
Loading…
Reference in New Issue
Block a user