From: Keith Packard Date: Mon, 17 Dec 2012 00:52:15 +0000 (-0800) Subject: altos: Re-enable beeper on megametrum X-Git-Tag: 1.1.9.3~10^2~5 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=b6c9e8ffc87481a23ba90fa22df7c9421e2cd6a6 altos: Re-enable beeper on megametrum I turned it off during radio testing and forgot to fix that before committing... Signed-off-by: Keith Packard --- diff --git a/src/megametrum-v0.1/ao_pins.h b/src/megametrum-v0.1/ao_pins.h index ab4cf7df..b1a70ea2 100644 --- a/src/megametrum-v0.1/ao_pins.h +++ b/src/megametrum-v0.1/ao_pins.h @@ -67,7 +67,7 @@ #define HAS_EEPROM 1 #define USE_INTERNAL_FLASH 0 #define HAS_USB 1 -#define HAS_BEEP 0 +#define HAS_BEEP 1 #define HAS_RADIO 1 #define HAS_TELEMETRY 1 #define HAS_APRS 1