summaryrefslogtreecommitdiff
path: root/src/ao.h
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2011-08-03 23:07:53 -0700
committerKeith Packard <keithp@keithp.com>2011-08-08 12:13:28 -0700
commitba5dc35388d28c5769eaabc970c4d4b8c2c2ff9c (patch)
treee67bf949ec03307df435c99ae9927367156b9b47 /src/ao.h
parente1e5c9b3e24670e9f58c6f7389eafb3338efdb40 (diff)
altos: Add ability to set arbitrary radio frequency
This adds a separate config parameter to control the raw radio frequency setting, allowing the user to select an arbitrary frequency instead of being forced to choose one of the 10 pre-defined 'channels'. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/ao.h')
-rw-r--r--src/ao.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ao.h b/src/ao.h
index b315af7a..bb3c80ec 100644
--- a/src/ao.h
+++ b/src/ao.h
@@ -1373,6 +1373,7 @@ struct ao_config {
uint32_t flight_log_max; /* minor version 4 */
uint8_t ignite_mode; /* minor version 5 */
uint8_t pad_orientation; /* minor version 6 */
+ uint32_t radio_setting; /* minor version 7 */
};
#define AO_IGNITE_MODE_DUAL 0