Skip to content

Commit

Permalink
Merge pull request #1062 from bitcraze/krichardsson/radio-power
Browse files Browse the repository at this point in the history
Reduce TX power on CF2.1 when Loco deck is mounted
  • Loading branch information
krichardsson authored Jun 17, 2022
2 parents fa25c1c + 7ce627a commit 6b4e978
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platform/src/platform_cf2.c
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ static platformConfig_t configs[] = {
.deviceType = "CF21",
.deviceTypeName = "Crazyflie 2.1",
.sensorImplementation = SensorImplementation_bmi088_bmp388,
.physicalLayoutAntennasAreClose = false, // TA: TODO This looks wrong
.physicalLayoutAntennasAreClose = true,
.motorMap = motorMapDefaultBrushed,
},
{
Expand Down

0 comments on commit 6b4e978

Please sign in to comment.