This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
basic_stock_tx [2016/11/16 07:25] ian446 |
basic_stock_tx [2020/04/19 14:28] (current) fenrisulven |
||
|---|---|---|---|
| Line 7: | Line 7: | ||
| There are 2 ways you can do this, you can use " | There are 2 ways you can do this, you can use " | ||
| - | **Gestures** | + | **[[: |
| There are some conditions to using gestures: | There are some conditions to using gestures: | ||
| Line 19: | Line 19: | ||
| The default settings in the firmware are with gestures enabled to switch between acro and level modes, so no changes are needed. This is the line where AUX 1 is enabled as the level/acro switch, and the default firmware setting looks like this: | The default settings in the firmware are with gestures enabled to switch between acro and level modes, so no changes are needed. This is the line where AUX 1 is enabled as the level/acro switch, and the default firmware setting looks like this: | ||
| - | |||
| < | < | ||
| + | |||
| // level / acro mode switch | // level / acro mode switch | ||
| #define LEVELMODE CH_AUX1 | #define LEVELMODE CH_AUX1 | ||
| + | |||
| </ | </ | ||
| Line 30: | Line 31: | ||
| // aux1 channel starts on if this is defined, otherwise off. | // aux1 channel starts on if this is defined, otherwise off. | ||
| #define AUX1_START_ON | #define AUX1_START_ON | ||
| + | |||
| </ | </ | ||
| Line 38: | Line 40: | ||
| //#define GESTURES1_ENABLE | //#define GESTURES1_ENABLE | ||
| #define GESTURES2_ENABLE | #define GESTURES2_ENABLE | ||
| + | |||
| </ | </ | ||
| Line 51: | Line 54: | ||
| // level / acro mode switch | // level / acro mode switch | ||
| #define LEVELMODE CH_AUX1 | #define LEVELMODE CH_AUX1 | ||
| + | |||
| </ | </ | ||
| Line 58: | Line 62: | ||
| // level / acro mode switch | // level / acro mode switch | ||
| #define LEVELMODE CH_RLL_TRIM | #define LEVELMODE CH_RLL_TRIM | ||
| + | |||
| </ | </ | ||
| Line 66: | Line 71: | ||
| // devo/tx module incompatible | // devo/tx module incompatible | ||
| #define USE_STOCK_TX | #define USE_STOCK_TX | ||
| + | |||
| </ | </ | ||
| Line 77: | Line 83: | ||
| // CH_THR_TRIM - 8 - Throttle trims | // CH_THR_TRIM - 8 - Throttle trims | ||
| // CH_YAW_TRIM - 9 - Yaw trims | // CH_YAW_TRIM - 9 - Yaw trims | ||
| + | |||
| </ | </ | ||
| Line 84: | Line 91: | ||
| // rates / expert mode | // rates / expert mode | ||
| #define RATES CH_PIT_TRIM | #define RATES CH_PIT_TRIM | ||
| + | |||
| </ | </ | ||