Skip to content

Commit

Permalink
fix stellar targets (#222)
Browse files Browse the repository at this point in the history
Co-authored-by: Vitaliy Nimych <vitaliy.ninych@gmail.com>
  • Loading branch information
cvetaevvitaliy and Vitaliy Nimych authored Nov 16, 2023
1 parent a094647 commit bf9d407
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion configs/STELLARF4/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
#define BARO_I2C_INSTANCE (I2CDEV_2)
#define DASHBOARD_I2C_INSTANCE (I2CDEV_2)

#define SERIALRX_PROVIDER CRSF
#define SERIALRX_PROVIDER SERIALRX_CRSF
#define DEFAULT_DSHOT_BURST DSHOT_DMAR_ON
//TODO #define MOTOR_PWM_PROTOCOL DSHOT300
#define DEFAULT_CURRENT_METER_SOURCE CURRENT_METER_ADC
Expand Down
4 changes: 2 additions & 2 deletions configs/STELLARF7V2/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
//TODO beacon RX_LOST
//TODO beacon RX_SET

#define SERIALRX_PROVIDER CRSF
#define SERIALRX_PROVIDER SERIALRX_CRSF
#define MAG_I2C_INSTANCE (I2CDEV_1)
#define BARO_I2C_INSTANCE (I2CDEV_1)
#define ADC_INSTANCE ADC1
Expand All @@ -119,7 +119,7 @@
#define FLASH_SPI_INSTANCE SPI3
#define USE_SPI_GYRO
#define GYRO_1_SPI_INSTANCE SPI1
#define GYRO_1_ALIGN CW180
#define GYRO_1_ALIGN CW180_DEG
#define GYRO_1_ALIGN_PITCH 1800
#define PINIO1_BOX = 40
#define PINIO2_BOX = 41
Expand Down

0 comments on commit bf9d407

Please sign in to comment.