Update payload_pico.ino force gyro offset calculations

pull/279/head
Alan Johnston 2 years ago committed by GitHub
parent 3b335e1f4c
commit b6e9a1d9ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -328,7 +328,8 @@ void start_payload() {
mpu6050.begin(); mpu6050.begin();
if ((read_config_file()) && (payload_command != PAYLOAD_RESET)) // if ((read_config_file()) && (payload_command != PAYLOAD_RESET))
if (false)
{ {
Serial.println("Reading gyro offsets from config file\n"); Serial.println("Reading gyro offsets from config file\n");
mpu6050.setGyroOffsets(xOffset, yOffset, zOffset); mpu6050.setGyroOffsets(xOffset, yOffset, zOffset);

Loading…
Cancel
Save

Powered by TurnKey Linux.