Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Semerád Pavel
gt3b
Commits
e0e4a285
Commit
e0e4a285
authored
Apr 06, 2012
by
Pavel Semerad
Browse files
PPM frame length set to (NUM_CHANNELS x 2ms + 5ms)
parent
3bcc82c8
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
e0e4a285
*0.4.2 ()
added global setting to disable center/reset value beep
minimum battery voltage set to 2V for those experimenting with 1S cell
PPM length shortened to "NUM_CHANNELS x 2ms +
4
ms" to send new data
PPM length shortened to "NUM_CHANNELS x 2ms +
5
ms" to send new data
to receiver as soon as possible
*0.4.1 (17 Aug 2011)
...
...
ppm.c
View file @
e0e4a285
...
...
@@ -43,7 +43,7 @@
#define PPM_300US_SYNC ((PPM_MUL_SYNC * 3 + 5) / 10)
// length of whole frame
#define PPM_FRAME_LENGTH (MAX_CHANNELS * 2000 +
4
000)
#define PPM_FRAME_LENGTH (MAX_CHANNELS * 2000 +
5
000)
// channel variables
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment