Skip to content
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

Minor brushless configuration changes #1407

Merged
merged 2 commits into from
Sep 5, 2024
Merged
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
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