altos: Make APRS SSID configurable
[fw/altos] / src / kernel / ao_config.h
index 77f73fbe6014749b054949f82c46937272bfc516..70f9f33bdbc6104e60e95a4470ecf35d1f509927 100644 (file)
@@ -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
 
@@ -96,12 +96,15 @@ struct ao_config {
        uint8_t         mid_beep;               /* minor version 16 */
 #endif
 #if HAS_TRACKER
-       uint16_t        tracker_start_horiz;    /* minor version 17 */
-       uint16_t        tracker_start_vert;     /* minor version 17 */
+       uint16_t        tracker_motion;         /* minor version 17 */
+       uint8_t         tracker_interval;       /* minor version 17 */
 #endif
 #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