diff options
| author | Keith Packard <keithp@keithp.com> | 2011-08-03 23:07:53 -0700 | 
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2011-08-08 12:13:28 -0700 | 
| commit | ba5dc35388d28c5769eaabc970c4d4b8c2c2ff9c (patch) | |
| tree | e67bf949ec03307df435c99ae9927367156b9b47 /src/ao.h | |
| parent | e1e5c9b3e24670e9f58c6f7389eafb3338efdb40 (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.h | 1 | 
1 files changed, 1 insertions, 0 deletions
@@ -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  | 
