Skip to content

Commit

Permalink
Merge pull request #1407 from bitcraze/rik/blcfg
Browse files Browse the repository at this point in the history
Minor brushless configuration changes
  • Loading branch information
tobbeanton committed Sep 5, 2024
2 parents ac56512 + 320fcc1 commit 750995b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion src/platform/interface/platform_defaults_cf21bl.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

// Default values for battery limits
#define DEFAULT_BAT_LOW_VOLTAGE 3.35f
#define DEFAULT_BAT_CRITICAL_LOW_VOLTAGE 3.3f
#define DEFAULT_BAT_CRITICAL_LOW_VOLTAGE 3.0f
#define DEFAULT_BAT_LOW_DURATION_TO_TRIGGER_SEC 5

// Default value for system shutdown in minutes after radio silence.
Expand Down
7 changes: 0 additions & 7 deletions src/platform/src/platform_cf2.c
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,6 @@ static platformConfig_t configs[] = {
.physicalLayoutAntennasAreClose = true,
.motorMap = motorMapDefaultBrushed,
},
{
.deviceType = "C21B",
.deviceTypeName = "Crazyflie 2.1 Brushless",
.sensorImplementation = SensorImplementation_bmi088_bmp3xx,
.physicalLayoutAntennasAreClose = true,
.motorMap = motorMapCF21Brushless,
},
#endif
};

Expand Down

0 comments on commit 750995b

Please sign in to comment.