summaryrefslogtreecommitdiff
path: root/src/telemini-v3.0
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2017-02-19 17:39:21 -0800
committerKeith Packard <keithp@keithp.com>2017-02-20 11:16:53 -0800
commit59ac667c4ae14e0fa699fb0f398d31763a237646 (patch)
tree695f52a3b72a77f6df12863f6bbf7840ed773941 /src/telemini-v3.0
parentc75736c9cd8f869c257a3024efda843cf0edf2a3 (diff)
altos: Split out TeleMini v3 log/telem labeling
Allow the ground software to know which TeleMini version is in use, even though they are very similar with only ADC values differing. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/telemini-v3.0')
-rw-r--r--src/telemini-v3.0/ao_pins.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/telemini-v3.0/ao_pins.h b/src/telemini-v3.0/ao_pins.h
index 031c1d18..b4f2a630 100644
--- a/src/telemini-v3.0/ao_pins.h
+++ b/src/telemini-v3.0/ao_pins.h
@@ -48,7 +48,8 @@
#define PACKET_HAS_SLAVE 1
-#define AO_LOG_FORMAT AO_LOG_FORMAT_EASYMINI
+#define AO_LOG_FORMAT AO_LOG_FORMAT_TELEMINI3
+#define AO_CONFIG_DEFAULT_FLIGHT_LOG_MAX ((uint32_t) 112 * (uint32_t) 1024)
#define HAS_BOOT_RADIO 0
@@ -59,6 +60,7 @@
#define HAS_FLIGHT 1
#define HAS_EEPROM 1
#define HAS_TELEMETRY 1
+#define AO_SEND_MINI AO_TELEMETRY_MINI3
#define HAS_APRS 0
#define HAS_LOG 1
#define USE_INTERNAL_FLASH 0