Skip to content

Commit

Permalink
Add default HDZERO_HALO config (#670)
Browse files Browse the repository at this point in the history
Requested by manufacturer
  • Loading branch information
ot0tot authored Jan 17, 2025
1 parent d6644d1 commit d3abecf
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions configs/HDZERO_HALO/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,14 @@
#define USE_FLASH
#define USE_FLASH_W25Q128FV

#ifndef USE_OSD_HD
#define USE_OSD_HD
#endif

#ifndef USE_LED_STRIP
#define USE_LED_STRIP
#endif

#define BEEPER_PIN PD12
#define MOTOR1_PIN PC6
#define MOTOR2_PIN PC7
Expand Down Expand Up @@ -87,10 +95,14 @@

#define DEFAULT_DSHOT_BITBANG DSHOT_BITBANG_ON

#define DEFAULT_FEATURES (FEATURE_OSD | FEATURE_LED_STRIP | FEATURE_TELEMETRY)

#define SERIALRX_UART SERIAL_PORT_USART1
#define MSP_DISPLAYPORT_UART SERIAL_PORT_UART5
#define DEFAULT_BLACKBOX_DEVICE BLACKBOX_DEVICE_FLASH
#define DEFAULT_CURRENT_METER_SOURCE CURRENT_METER_ADC
#define DEFAULT_VOLTAGE_METER_SOURCE VOLTAGE_METER_ADC
#define DEFAULT_CURRENT_METER_SCALE 100
#define BEEPER_INVERTED
#define FLASH_SPI_INSTANCE SPI2
#define GYRO_1_SPI_INSTANCE SPI1
Expand Down

0 comments on commit d3abecf

Please sign in to comment.