Skip to content
Snippets Groups Projects
Commit e96d0f74 authored by Andrew Tridgell's avatar Andrew Tridgell
Browse files

Rover: fixed dead-zone on throttle

parent 8c7619a8
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@ static void init_rc_in()
{
// set rc dead zones
channel_steer->set_default_dead_zone(30);
channel_throttle->set_default_dead_zone(3);
channel_throttle->set_default_dead_zone(30);
//set auxiliary ranges
update_aux();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment