Skip to content
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 STELLARF4 #300

Merged
merged 1 commit into from
Jan 17, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions configs/STELLARF4/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@

#define USE_ACCGYRO_BMI270
#define USE_BARO_BMP280
#define USE_BARO_DPS310
#define USE_FLASH_M25P16
#define USE_MAX7456

Expand Down Expand Up @@ -71,7 +72,7 @@
#define ADC_VBAT_PIN PC0
#define ADC_RSSI_PIN PC2
#define ADC_CURR_PIN PC1
#define SDCARD_SPI_CS_PIN PA15
#define FLASH_CS_PIN PA15
#define PINIO1_PIN PC3
#define MAX7456_SPI_CS_PIN PB12
#define GYRO_1_EXTI_PIN PC4
Expand Down Expand Up @@ -99,8 +100,6 @@
//TODO feature OSD

#define SERIALRX_UART SERIAL_PORT_USART2
#define MSP_UART SERIAL_PORT_UART4
#define ESC_SENSOR_UART SERIAL_PORT_UART5

//TODO beacon RX_LOST
//TODO beacon RX_SET
Expand Down