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

[target] DFRF722DUALHD disable Baro by default #712

2 changes: 1 addition & 1 deletion src/main/target/DFRF722DUALHD/target.h
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@
#define SERIALRX_UART SERIAL_PORT_USART2
#define SERIALRX_PROVIDER SERIALRX_SBUS

#define SENSORS_SET (SENSOR_ACC | SENSOR_BARO)
#define SENSORS_SET (SENSOR_ACC)

#define TARGET_IO_PORTA 0xffff
#define TARGET_IO_PORTB 0xffff
Expand Down