Skip to content

DAKEFPV support 12S batteries #764

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

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
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
3 changes: 3 additions & 0 deletions configs/DAKEFPVF405/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -128,3 +128,6 @@
#define GYRO_1_ALIGN CW90_DEG

#define SERIALRX_UART SERIAL_PORT_USART2

#define DEFAULT_CURRENT_METER_SCALE 120
#define DEFAULT_VOLTAGE_METER_SCALE 160
3 changes: 3 additions & 0 deletions configs/DAKEFPVF411/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -99,3 +99,6 @@
#define MAX7456_SPI_INSTANCE SPI2
#define GYRO_1_SPI_INSTANCE SPI1
#define GYRO_1_ALIGN CW270_DEG

#define DEFAULT_CURRENT_METER_SCALE 120
#define DEFAULT_VOLTAGE_METER_SCALE 160
3 changes: 3 additions & 0 deletions configs/DAKEFPVF435/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,9 @@
#define DEFAULT_CURRENT_METER_SOURCE CURRENT_METER_ADC
#define DEFAULT_VOLTAGE_METER_SOURCE VOLTAGE_METER_ADC

#define DEFAULT_CURRENT_METER_SCALE 120
#define DEFAULT_VOLTAGE_METER_SCALE 160

#define BEEPER_INVERTED
#define PINIO1_CONFIG 129
#define PINIO1_BOX 40
Expand Down
3 changes: 3 additions & 0 deletions configs/DAKEFPVF435HD/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,9 @@
#define DEFAULT_CURRENT_METER_SOURCE CURRENT_METER_ADC
#define DEFAULT_VOLTAGE_METER_SOURCE VOLTAGE_METER_ADC

#define DEFAULT_CURRENT_METER_SCALE 120
#define DEFAULT_VOLTAGE_METER_SCALE 160

#define BEEPER_INVERTED
#define PINIO1_CONFIG 129
#define PINIO1_BOX 40
Expand Down
3 changes: 3 additions & 0 deletions configs/DAKEFPVF722/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,9 @@
#define DEFAULT_CURRENT_METER_SOURCE CURRENT_METER_ADC
#define DEFAULT_VOLTAGE_METER_SOURCE VOLTAGE_METER_ADC

#define DEFAULT_CURRENT_METER_SCALE 120
#define DEFAULT_VOLTAGE_METER_SCALE 160

#define BEEPER_INVERTED
#define PINIO1_CONFIG 129
#define PINIO2_CONFIG 129
Expand Down
4 changes: 3 additions & 1 deletion configs/DAKEFPVF722X8/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,9 @@
#define DEFAULT_CURRENT_METER_SOURCE CURRENT_METER_ADC
#define DEFAULT_VOLTAGE_METER_SOURCE VOLTAGE_METER_ADC

#define DEFAULT_CURRENT_METER_SCALE 120
#define DEFAULT_VOLTAGE_METER_SCALE 160

#define BEEPER_INVERTED
#define PINIO1_CONFIG 129
#define PINIO1_BOX 40
Expand All @@ -119,7 +122,6 @@

#define GYRO_1_SPI_INSTANCE SPI1
#define GYRO_1_ALIGN CW90_DEG
#define DEFAULT_CURRENT_METER_SCALE 120

#define SERIALRX_UART SERIAL_PORT_UART5
#define ESC_SENSOR_UART SERIAL_PORT_USART3
2 changes: 2 additions & 0 deletions configs/DAKEFPVH743/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,9 @@
#define DEFAULT_CURRENT_METER_SOURCE CURRENT_METER_ADC
#define DEFAULT_VOLTAGE_METER_SOURCE VOLTAGE_METER_ADC
#define DEFAULT_GYRO_TO_USE GYRO_CONFIG_USE_GYRO_BOTH

#define DEFAULT_CURRENT_METER_SCALE 120
#define DEFAULT_VOLTAGE_METER_SCALE 160

#define BEEPER_INVERTED
#define PINIO1_CONFIG 129
Expand Down