Skip to content

Commit

Permalink
Update Quadcopter.h (#21)
Browse files Browse the repository at this point in the history
Update Quad low voltage default telemetry description to 10.5
  • Loading branch information
ChrisParkInfinetix authored Nov 3, 2022
1 parent 92a3d38 commit 26ea8dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platforms/Quadcopter.h
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ namespace Platform {
*/
settings.attach(28, Units::FEET_PER_MILE / 5.0f, [](float g){ positionHold.setVelocityScale(g); });

/*AIRSETTING index="29" name="Low Battery Warning" min="0.0" max="+inf" def="14.0"
/*AIRSETTING index="29" name="Low Battery Warning" min="0.0" max="+inf" def="10.5"
* At what voltage to consider the quadcopter low on battery
*/
settings.attach(29, 10.5f, [](float g){ power.setLowVolt(g); });
Expand Down

0 comments on commit 26ea8dd

Please sign in to comment.