-
Notifications
You must be signed in to change notification settings - Fork 1.7k
custom video frequency #11289
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
custom video frequency #11289
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -37,8 +37,8 @@ | |||||||||||||||
| #define VTX_SMARTAUDIO_DEFAULT_POWER_COUNT 4 | ||||||||||||||||
| #define VTX_SMARTAUDIO_DEFAULT_POWER 1 | ||||||||||||||||
|
|
||||||||||||||||
| #define VTX_SMARTAUDIO_MIN_FREQUENCY_MHZ 5000 //min freq in MHz | ||||||||||||||||
| #define VTX_SMARTAUDIO_MAX_FREQUENCY_MHZ 5999 //max freq in MHz | ||||||||||||||||
| #define VTX_SMARTAUDIO_MIN_FREQUENCY_MHZ 1000 //min freq in MHz | ||||||||||||||||
| #define VTX_SMARTAUDIO_MAX_FREQUENCY_MHZ 8000 //max freq in MHz | ||||||||||||||||
|
Comment on lines
+40
to
+41
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Suggestion: Keep
Suggested change
|
||||||||||||||||
|
|
||||||||||||||||
| // opmode flags, GET side | ||||||||||||||||
| #define SA_MODE_GET_FREQ_BY_FREQ 1 | ||||||||||||||||
|
|
||||||||||||||||
Uh oh!
There was an error while loading. Please reload this page.