Skip to content

Commit 913f993

Browse files
Merge pull request #11066 from sensei-hacker/DAKEFPVF435
Dakefpvf435
2 parents feaf1b3 + f8de4f7 commit 913f993

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

src/main/target/DAKEFPVF435/target.c

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,8 @@ timerHardware_t timerHardware[] = {
5757
DEF_TIM(TMR5, CH2, PH3, TIM_USE_OUTPUT_AUTO, 0,9), // S1
5858
DEF_TIM(TMR5, CH1, PH2, TIM_USE_OUTPUT_AUTO, 0,10),// S2
5959

60-
DEF_TIM(TMR3, CH3, PC8, TIM_USE_ANY, 0, 11), //
61-
// DEF_TIM(TMR9, CH2, PC5, TIM_USE_LED, 0, 0), // LED STRIP
60+
DEF_TIM(TMR3, CH3, PC8, TIM_USE_LED | TIM_USE_ANY, 0, 11), // LED_STRIP
6261
};
6362

6463
const int timerHardwareCount = sizeof(timerHardware) / sizeof(timerHardware[0]);
65-
64+

src/main/target/DAKEFPVF435/target.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@
162162

163163
#define USE_DSHOT
164164
#define USE_ESC_SENSOR
165-
#define MAX_PWM_OUTPUT_PORTS 10
165+
#define MAX_PWM_OUTPUT_PORTS 11
166166

167167
// PINIO
168168
#define USE_PINIO
@@ -171,4 +171,4 @@
171171
#define PINIO2_PIN PB10
172172

173173
// VBAT 10K/160K
174-
#define VBAT_SCALE_DEFAULT 1600
174+
#define VBAT_SCALE_DEFAULT 1094

0 commit comments

Comments
 (0)