mirror of
https://github.com/opentx/opentx.git
synced 2025-07-13 11:29:51 +03:00
Add custom mixer
This commit is contained in:
parent
af189cf6d9
commit
3eda7d1a20
6 changed files with 97 additions and 52 deletions
|
@ -828,6 +828,8 @@ PACK(struct ModelData {
|
|||
SwashRingData swashR;
|
||||
FlightModeData flightModeData[MAX_FLIGHT_MODES];
|
||||
|
||||
uint8_t xValue[2];
|
||||
|
||||
AVR_FIELD(int8_t ppmFrameLength) // 0=22.5ms (10ms-30ms) 0.5ms increments
|
||||
|
||||
NOBACKUP(uint8_t thrTraceSrc);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue