X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fcore%2Fao.h;h=0b634a7994dd83ad0361649f66a6463c46645b85;hb=d3628bd2dd3612065792aef6c7ae5bc967b4f081;hp=ea37885e03e4c84987cea74904ee2bbc1f5ae4d5;hpb=039446f54ef6968a3f0b37ce32ca6bdcdbe62546;p=fw%2Faltos diff --git a/src/core/ao.h b/src/core/ao.h index ea37885e..0b634a79 100644 --- a/src/core/ao.h +++ b/src/core/ao.h @@ -739,7 +739,7 @@ extern __xdata uint8_t ao_force_freq; #endif #define AO_CONFIG_MAJOR 1 -#define AO_CONFIG_MINOR 14 +#define AO_CONFIG_MINOR 15 #define AO_AES_LEN 16 @@ -773,6 +773,11 @@ struct ao_config { #if HAS_RADIO_AMP uint8_t radio_amp; /* minor version 14 */ #endif +#if HAS_GYRO + int16_t accel_zero_along; /* minor version 15 */ + int16_t accel_zero_across; /* minor version 15 */ + int16_t accel_zero_through; /* minor version 15 */ +#endif }; #define AO_IGNITE_MODE_DUAL 0