altosui: Add config and pyro tabs to graph widget
[fw/altos] / src / telelco-v0.2 / ao_pins.h
index f0da4fe448a9625d79d37ed54dfbef585630eea3..ed4b585910968a86bb5fc209db6a9eb8a3be0e12 100644 (file)
 #define USE_STORAGE_CONFIG     0
 #define HAS_USB                        1
 #define HAS_BEEP               1
+#define BEEPER_TIMER           3
+#define BEEPER_CHANNEL         1
+#define BEEPER_PORT            (&stm_gpioc)
+#define BEEPER_PIN             6
 #define HAS_RADIO              1
 #define HAS_RADIO_RATE         1
 #define HAS_TELEMETRY          0
 
 #define AO_BUTTON_FIRE         1
 
+#define AO_LCO_DRAG_RACE_BOX   1
+
 #endif /* _AO_PINS_H_ */