Disable imu by default

This commit is contained in:
Oleg Kalachev
2026-08-09 20:41:03 +03:00
parent a26d096dc0
commit 9880eeccd3
+1 -1
View File
@@ -11,7 +11,7 @@
#include "util.h"
IMU *imu;
int imuModel = 1;
int imuModel = -1;
int imuBus = 0; // 0 - SPI, 1 - I2C
int imuSckPin = SCK, imuMisoPin = MISO, imuMosiPin = MOSI, imuCsPin = -1, imuIntPin = -1;
int imuSdaPin = SDA, imuSclPin = SCL;