early-access version 3044

This commit is contained in:
pineappleEA
2022-10-21 11:53:29 +02:00
parent d5defdda12
commit d0429309af
13 changed files with 114 additions and 76 deletions

View File

@@ -100,7 +100,6 @@ enum class CameraError {
enum class VibrationAmplificationType {
Linear,
Exponential,
Test,
};
// Analog properties for calibration
@@ -325,6 +324,10 @@ public:
return VibrationError::NotSupported;
}
virtual bool IsVibrationEnabled() {
return false;
}
virtual PollingError SetPollingMode([[maybe_unused]] PollingMode polling_mode) {
return PollingError::NotSupported;
}