mirror of
https://github.com/opentx/opentx.git
synced 2025-07-26 09:45:21 +03:00
Speed up multimodule output from 22ms to 9ms
This commit is contained in:
parent
0a1e913ecd
commit
a6ceb56dcd
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ void setupPulsesMultimodule(uint8_t port)
|
|||
modulePulsesData[EXTERNAL_MODULE].dsm2.serialByte = 0 ;
|
||||
modulePulsesData[EXTERNAL_MODULE].dsm2.serialBitCount = 0 ;
|
||||
#else
|
||||
modulePulsesData[EXTERNAL_MODULE].dsm2.rest = 44000;
|
||||
modulePulsesData[EXTERNAL_MODULE].dsm2.rest = 18000; // 9ms refresh
|
||||
modulePulsesData[EXTERNAL_MODULE].dsm2.index = 1;
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue