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

VARIOMETER_ENABLE_NEAR_CLIMBING_BEEP will not work with HAVE_GPS #34

Closed lshachar closed 4 years ago

lshachar commented 4 years ago

Hi! I just found that no near climbing beeps (#define VARIOMETER_ENABLE_NEAR_CLIMBING_BEEP in variosettings.h) are not generated when HAVE_GPS is also defined. If I comment out Have_GPS, the climbing beeps work fine.