Skip to content

Commit

Permalink
[target] DFRF722DUALHD disable Baro by default (#712)
Browse files Browse the repository at this point in the history
* DFRF722DUALHD disable Baro by default
* [target] DFR_F722_DUAL_HD ID update
  • Loading branch information
nerdCopter committed Apr 9, 2024
1 parent 6fbead5 commit 71ab72c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/main/target/DFRF722DUALHD/target.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,11 @@

#pragma once

#define TARGET_BOARD_IDENTIFIER "DFR7"
#define TARGET_MANUFACTURER_IDENTIFIER "DFRA"
#define USBD_PRODUCT_STRING "DFR_F722_DUAL_HD"

#define USBD_PRODUCT_STRING "DFR F722 DUAL HD"
#define FC_TARGET_MCU STM32F7X2 // not used in EmuF
#define TARGET_BOARD_IDENTIFIER "S7X2" // generic ID

#define USE_DUAL_GYRO

Expand Down Expand Up @@ -161,7 +163,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

0 comments on commit 71ab72c

Please sign in to comment.