From: Bdale Garbee Date: Mon, 4 Apr 2022 06:20:52 +0000 (-0600) Subject: Merge branch 'easymotor-v3' of ssh://git.gag.com/scm/git/fw/altos into easymotor-v3 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=e4b5da13c6fc4eefc3983196fc15d8b6db766620;p=fw%2Faltos Merge branch 'easymotor-v3' of ssh://git.gag.com/scm/git/fw/altos into easymotor-v3 --- e4b5da13c6fc4eefc3983196fc15d8b6db766620 diff --cc src/easymotor-v3/ao_pins.h index d43b855a,668bcf04..400f5d31 --- a/src/easymotor-v3/ao_pins.h +++ b/src/easymotor-v3/ao_pins.h @@@ -62,11 -58,15 +62,15 @@@ #define USE_EEPROM_CONFIG 0 #define USE_STORAGE_CONFIG 1 #define AO_PA11_PA12_RMP 1 -#define HAS_BEEP 0 +#define HAS_BEEP 1 #define HAS_BATTERY_REPORT 1 #define HAS_PAD_REPORT 1 - #define BEEPER_CHANNEL 3 - #define BEEPER_TIMER 2 + + /* Beeper is on pio0_1 ct32b0_mat2 */ + #define BEEPER_PORT 0 + #define BEEPER_PIN 1 + #define BEEPER_TIMER 0 + #define BEEPER_OUTPUT 2 #define HAS_RADIO 0 #define HAS_TELEMETRY 0