mirror of
https://github.com/EyeTrackVR/OpenIris.git
synced 2025-11-04 15:39:42 +08:00
fix: XCLK preprocessor macro
- change condition to match USB_API not WROVER board
This commit is contained in:
parent
90a17d6e6f
commit
2afcad64b6
@ -34,7 +34,8 @@ void CameraHandler::setupCameraPinout() {
|
||||
pinMode(13, INPUT_PULLUP);
|
||||
pinMode(14, INPUT_PULLUP);
|
||||
log_i("CAM_BOARD");
|
||||
#elif CONFIG_CAMERA_MODULE_ESPS3WROVER
|
||||
#endif
|
||||
#if ETVR_EYE_TRACKER_USB_API
|
||||
/* ESP32-S3 is capable of using higher freqs */
|
||||
xclk_freq_hz = 24000000;
|
||||
#endif
|
||||
|
||||
Loading…
Reference in New Issue
Block a user