diff options
| author | Keith Packard <keithp@keithp.com> | 2014-06-22 21:05:05 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2014-06-22 21:05:05 -0700 |
| commit | 3f3382126bf1122b1a78abe8458af5ec112a1f95 (patch) | |
| tree | 1a187ac3838ca13506cd16a0e328de162287156f /src/kernel/ao_config.h | |
| parent | ca1c62ca3ea016a1a5baa4520e484c102280c3e3 (diff) | |
altos: Make APRS SSID configurable
This uses the low-digit from the serial number by default, but lets
the user change it if desired.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/kernel/ao_config.h')
| -rw-r--r-- | src/kernel/ao_config.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/kernel/ao_config.h b/src/kernel/ao_config.h index 2b5cd352..70f9f33b 100644 --- a/src/kernel/ao_config.h +++ b/src/kernel/ao_config.h @@ -53,7 +53,7 @@ #endif #define AO_CONFIG_MAJOR 1 -#define AO_CONFIG_MINOR 18 +#define AO_CONFIG_MINOR 19 #define AO_AES_LEN 16 @@ -102,6 +102,9 @@ struct ao_config { #if AO_PYRO_NUM uint16_t pyro_time; /* minor version 18 */ #endif +#if HAS_APRS + uint8_t aprs_ssid; /* minor version 19 */ +#endif }; #define AO_IGNITE_MODE_DUAL 0 |
