Skip to content
Open
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,5 +156,5 @@ https://github.com/iNavFlight/inav-configurator-nightly/releases

## INAV Releases
https://github.com/iNavFlight/inav/releases


1
Test-Build 1
4 changes: 3 additions & 1 deletion src/main/target/TBS_LUCID_FC/target.h
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@
#define I2C1_SCL PB6
#define I2C1_SDA PC7

#define PITOT_I2C_BUS BUS_I2C1

#define USE_BARO
#define USE_BARO_BMP388
#define BARO_I2C_BUS BUS_I2C1
Expand Down Expand Up @@ -152,4 +154,4 @@

#define DEFAULT_RX_TYPE RX_TYPE_SERIAL
#define SERIALRX_PROVIDER SERIALRX_CRSF
#define SERIALRX_UART SERIAL_PORT_USART5
#define SERIALRX_UART SERIAL_PORT_USART5
Loading