Rev 2132 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2132 | Rev 2137 | ||
---|---|---|---|
Line 110... | Line 110... | ||
110 | "Profile 1 ", //25 |
110 | "Profile 1 ", //25 |
111 | "Profile 2 ", |
111 | "Profile 2 ", |
112 | "Profile 3 ", |
112 | "Profile 3 ", |
113 | "Profile total ", |
113 | "Profile total ", |
114 | " ", |
114 | " ", |
115 | " ", //30 |
115 | "Var0 ", //30 |
116 | "RCQuality " |
116 | "Var1 " |
117 | }; |
117 | }; |
Line 118... | Line 118... | ||
118 | 118 | ||
119 | /****************************************************************/ |
119 | /****************************************************************/ |
120 | /* Initialization of the USART0 */ |
120 | /* Initialization of the USART0 */ |
Line 665... | Line 665... | ||
665 | request_PPMChannels = FALSE; |
665 | request_PPMChannels = FALSE; |
666 | } |
666 | } |
Line 667... | Line 667... | ||
667 | 667 | ||
668 | if (request_variables && txd_complete) { |
668 | if (request_variables && txd_complete) { |
- | 669 | sendOutData('X', FC_ADDRESS, 1, (uint8_t *) &variables, sizeof(variables)); |
|
- | 670 | debugOut.analog[28] = channelMap.HWTrim; |
|
- | 671 | debugOut.analog[29] = channelMap.variableOffset; |
|
- | 672 | debugOut.analog[30] = variables[0]; |
|
669 | sendOutData('X', FC_ADDRESS, 1, (uint8_t *) &variables, sizeof(variables)); |
673 | debugOut.analog[31] = variables[1]; |
670 | request_variables = FALSE; |
674 | request_variables = FALSE; |
Line 671... | Line 675... | ||
671 | } |
675 | } |
672 | 676 |