1
0
Fork 0
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:
WismyYao 2022-09-01 16:42:35 +08:00
parent af189cf6d9
commit 3eda7d1a20
6 changed files with 97 additions and 52 deletions

View file

@ -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);