prunkdump / arduino-variometer

Arduino based variometer with accelerometer, screen, gps and sdcard code
GNU General Public License v3.0
84 stars 40 forks source link

Bug fixes #18

Closed lshachar closed 4 years ago

lshachar commented 6 years ago

Two fixes:

1.Fix AK89XX_SECONDARY bug bracket should be outside the ifdef statement (trying to build SetVarioParameters.ino I got a compilation bug, Since I'm using an MPU6050 accelerometer.)

2.accel_calibration_nointeractive.ino would not compile: "\libraries\LightInvensense/InvenSense_defines.h:4:27: fatal error: VarioSettings.h: No such file or directory" adding the include fixed the problem for me, however, this may not be the appropriate fix? I don't know if this is considered 'hackish' or bad programming in some way.

  1. I suggest that the readme should be changed to point new users at accel_calibration, and accel_calibration_noninteractive. currently it's mentioning calibration_nointeractive which was renamed.