-
Notifications
You must be signed in to change notification settings - Fork 205
Update TAKERF722SE #918
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update TAKERF722SE #918
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -31,7 +31,9 @@ | |
| #define USE_ACC_SPI_MPU6000 | ||
| #define USE_ACC_SPI_ICM42605 | ||
| #define USE_ACC_SPI_ICM42688P | ||
| #define USE_ACCGYRO_BMI270 | ||
| #define USE_BARO | ||
| #define USE_BARO_BMP280 | ||
| #define USE_BARO_DPS310 | ||
| #define USE_FLASH | ||
| #define USE_FLASH_M25P16 | ||
| #define USE_FLASH_W25N01G | ||
|
|
@@ -103,9 +105,10 @@ | |
| #define ADC1_DMA_OPT 0 | ||
|
|
||
| #define DEFAULT_FEATURES FEATURE_ESC_SENSOR | ||
| #define SERIALRX_UART SERIAL_PORT_USART3 | ||
|
|
||
| // serial 5 1024 115200 57600 0 115200 | ||
| #define MSP_DISPLAYPORT_UART SERIAL_PORT_USART1 | ||
| #define SERIALRX_UART SERIAL_PORT_USART2 | ||
|
|
||
|
|
||
| #define MAG_I2C_INSTANCE I2CDEV_1 | ||
| #define BARO_I2C_INSTANCE I2CDEV_1 | ||
|
|
@@ -116,7 +119,7 @@ | |
| #define BEEPER_INVERTED | ||
| #define MAX7456_SPI_INSTANCE SPI2 | ||
| #define PINIO1_CONFIG 129 | ||
| #define PINIO1_BOX 0 | ||
| #define PINIO1_BOX 40 | ||
|
||
| #define PINIO2_BOX 41 | ||
| #define FLASH_SPI_INSTANCE SPI3 | ||
| #define GYRO_1_SPI_INSTANCE SPI1 | ||


There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Default UART port functions are generally only used for peripherals that are integrated onto the board itself, or BNF quads where the factory setup will consistently use those specific ports. If you cannot ensure consistency, it's best to leave this up to the user or factory setup
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If that's how it comes set up in the BNFs that use it, that's probably fine