altos: Add config support for 2400 and 9600 baud telemetry rates
[fw/altos] / src / kernel / ao_config.h
index 70f9f33bdbc6104e60e95a4470ecf35d1f509927..a650ffc63dafc91419c59686bdef27e5604431e7 100644 (file)
@@ -53,7 +53,7 @@
 #endif
 
 #define AO_CONFIG_MAJOR        1
-#define AO_CONFIG_MINOR        19
+#define AO_CONFIG_MINOR        20
 
 #define AO_AES_LEN 16
 
@@ -105,6 +105,9 @@ struct ao_config {
 #if HAS_APRS
        uint8_t         aprs_ssid;              /* minor version 19 */
 #endif
+#if HAS_RADIO_RATE
+       uint8_t         radio_rate;             /* minor version 20 */
+#endif
 };
 
 #define AO_IGNITE_MODE_DUAL            0