|
电机、桨动平衡????- /********************************************************************/
- /**** Dynamic Motor/Prop Balancing ****/
- /********************************************************************/
- /* !!! No Fly Mode !!! */
-
- //#define DYNBALANCE // (**) Dynamic balancing controlled from Gui
- /********************************************************************/
- /**** Regression testing ****/
- /********************************************************************/
- /* for development only:
- to allow for easier and reproducable config sets for test compiling, different sets of config parameters are kept
- together. This is meant to help detecting compile time errors for various features in a coordinated way.
- It is not meant to produce your flying firmware
- To use:
- - do not set any options in config.h,
- - enable with #define COPTERTEST 1, then compile
- - if possible, check for the size
- - repeat with other values of 2, 3, 4 etc.
- */
- //#define COPTERTEST 1
复制代码
|
|