Skip to content

Commit 750995b

Browse files
authored
Merge pull request #1407 from bitcraze/rik/blcfg
Minor brushless configuration changes
2 parents ac56512 + 320fcc1 commit 750995b

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

src/platform/interface/platform_defaults_cf21bl.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636
// Default values for battery limits
3737
#define DEFAULT_BAT_LOW_VOLTAGE 3.35f
38-
#define DEFAULT_BAT_CRITICAL_LOW_VOLTAGE 3.3f
38+
#define DEFAULT_BAT_CRITICAL_LOW_VOLTAGE 3.0f
3939
#define DEFAULT_BAT_LOW_DURATION_TO_TRIGGER_SEC 5
4040

4141
// Default value for system shutdown in minutes after radio silence.

src/platform/src/platform_cf2.c

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,6 @@ static platformConfig_t configs[] = {
5151
.physicalLayoutAntennasAreClose = true,
5252
.motorMap = motorMapDefaultBrushed,
5353
},
54-
{
55-
.deviceType = "C21B",
56-
.deviceTypeName = "Crazyflie 2.1 Brushless",
57-
.sensorImplementation = SensorImplementation_bmi088_bmp3xx,
58-
.physicalLayoutAntennasAreClose = true,
59-
.motorMap = motorMapCF21Brushless,
60-
},
6154
#endif
6255
};
6356

0 commit comments

Comments
 (0)