Skip to content

Commit

Permalink
set default filter to pt2, update presets
Browse files Browse the repository at this point in the history
  • Loading branch information
bkleiner committed Aug 11, 2024
1 parent 11efad8 commit 4dbce25
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/config/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
//***********************************************FILTER SETTINGS********************************************************

// Gyro Filters
#define GYRO_PASS1_TYPE FILTER_LP_PT3
#define GYRO_PASS1_TYPE FILTER_LP_PT2
#define GYRO_PASS1_FREQ 100

#define GYRO_PASS2_TYPE FILTER_NONE
Expand Down
6 changes: 3 additions & 3 deletions src/core/profile.c
Original file line number Diff line number Diff line change
Expand Up @@ -87,17 +87,17 @@ const pid_rate_preset_t pid_rate_presets[] = {
.index = 4,
.name = "65mm 1s brushless whoop",
.rate = {
.kp = {117, 117, 150},
.kp = {108, 108, 118},
.ki = {77, 77, 77},
.kd = {83, 83, 13},
.kd = {68, 68, 12},
},
},

{
.index = 5,
.name = "75mm 1s brushless whoop",
.rate = {
.kp = {127, 127, 148},
.kp = {127, 127, 128},
.ki = {77, 77, 77},
.kd = {101, 101, 13},
},
Expand Down

0 comments on commit 4dbce25

Please sign in to comment.