diff options
| author | Keith Packard <keithp@keithp.com> | 2014-05-02 12:26:07 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2014-05-02 13:52:45 -0700 |
| commit | 027b1470c7a2d007eaab5c8d49f772b0c7559b80 (patch) | |
| tree | 07f9711d5625a603b82aad080fc0283a7e4ffad0 /src/telemini-v2.0 | |
| parent | 8e3842660274ac4bcd7b5a78f5db215222b1c4de (diff) | |
altos: Add configurable beep tone
This lets you directly set the mid-range beep tone; the high and low
tones remain set off of that in the same ratio as before.
Note that none of the cc1111 products get this feature as they don't
have enough flash space anymore...
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/telemini-v2.0')
| -rw-r--r-- | src/telemini-v2.0/ao_pins.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/telemini-v2.0/ao_pins.h b/src/telemini-v2.0/ao_pins.h index dc18aff7..1b4f602f 100644 --- a/src/telemini-v2.0/ao_pins.h +++ b/src/telemini-v2.0/ao_pins.h @@ -24,6 +24,7 @@ #define HAS_USB 1 #define USB_FORCE_FLIGHT_IDLE 1 #define HAS_BEEP 1 +#define HAS_BEEP_CONFIG 0 #define HAS_BATTERY_REPORT 1 #define HAS_GPS 0 #define HAS_SERIAL_1 0 |
