Update payload_pico.ino removed flag

beta-v1.3.1-vhf-cleanup
Alan Johnston 2 years ago committed by GitHub
parent 2a81b656f5
commit 0bcdffac48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -350,7 +350,7 @@ void start_payload() {
eeprom_word_write(2, (int)(mpu6050.getGyroYoffset() * 100.0) + 0.5);
eeprom_word_write(3, (int)(mpu6050.getGyroZoffset() * 100.0) + 0.5);
*/
flag = 0xA07;
// flag = 0xA07;
xOffset = mpu6050.getGyroXoffset();
yOffset = mpu6050.getGyroYoffset();
zOffset = mpu6050.getGyroZoffset();

Loading…
Cancel
Save

Powered by TurnKey Linux.