Slow down teh motors!

Here’s a quick and simple way of reducing speed, by any factor you like (ex, 2, 3, 4, etc. Non whole numbers make the RC unhappy, it dosen’t like fractions)

NEW_VALUE=127+((INPUT_SPEED-127)/FACTOR);

Simply replace the bold words with your variables.

Thanks all!

Joey’s fix worked perfectly