altos: average 512 accel/baro samples at startup instead of 1000
[fw/altos] / src / ao.h
index a5890d4726736538d03baa9c6414842799a975aa..5721c34484c319f37f16c178aba1a6131b57298b 100644 (file)
--- a/src/ao.h
+++ b/src/ao.h
@@ -624,6 +624,14 @@ ao_log_init(void);
 void
 ao_log_write_erase(uint8_t pos);
 
+/* Returns true if there are any logs stored in eeprom */
+uint8_t
+ao_log_present(void);
+
+/* Returns true if there is no more storage space available */
+uint8_t
+ao_log_full(void);
+
 /*
  * ao_flight.c
  */
@@ -848,7 +856,7 @@ ao_gps_report_init(void);
 #define AO_TELEMETRY_VERSION   3
 
 struct ao_telemetry {
-       uint8_t                 addr;
+       uint16_t                serial;
        uint16_t                flight;
        uint8_t                 flight_state;
        int16_t                 flight_accel;