File tree Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Original file line number Diff line number Diff line change 35
35
36
36
// Default values for battery limits
37
37
#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
39
39
#define DEFAULT_BAT_LOW_DURATION_TO_TRIGGER_SEC 5
40
40
41
41
// Default value for system shutdown in minutes after radio silence.
Original file line number Diff line number Diff line change @@ -51,13 +51,6 @@ static platformConfig_t configs[] = {
51
51
.physicalLayoutAntennasAreClose = true,
52
52
.motorMap = motorMapDefaultBrushed ,
53
53
},
54
- {
55
- .deviceType = "C21B" ,
56
- .deviceTypeName = "Crazyflie 2.1 Brushless" ,
57
- .sensorImplementation = SensorImplementation_bmi088_bmp3xx ,
58
- .physicalLayoutAntennasAreClose = true,
59
- .motorMap = motorMapCF21Brushless ,
60
- },
61
54
#endif
62
55
};
63
56
You can’t perform that action at this time.
0 commit comments