herolic / aeroquad

Automatically exported from code.google.com/p/aeroquad
0 stars 0 forks source link

In Receiver.h a wrong default value is used for transmitterCommandSmooth #82

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Change line 45 from
transmitterCommandSmooth[channel] = 0;
to
transmitterCommandSmooth[channel] = 1.0;
A default value of 0 prevents that the new value from the receiver is used 
without changing the setting with the configurator before.

Original issue reported on code.google.com by al...@arcor.de on 16 Jan 2011 at 10:46

GoogleCodeExporter commented 9 years ago
Done!

Original comment by CaranchoEngineering@gmail.com on 18 Jan 2011 at 9:29