summaryrefslogtreecommitdiff
path: root/src/telegps-v0.3
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2014-06-05 21:39:50 -0700
committerKeith Packard <keithp@keithp.com>2014-06-05 21:39:50 -0700
commitf830d4e9202d2a138fc9aaacb2388f94390399db (patch)
tree174c79300253ef2ed0c42bf60dab8f472fb5fc6d /src/telegps-v0.3
parentcab6d80f11e07dd26b865727eb7ce4fd45be5c7c (diff)
altos/telegps-v0.3: Disable APRS by default. Set log max to 1M
And adjust default radio cal to be a bit closer Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/telegps-v0.3')
-rw-r--r--src/telegps-v0.3/ao_pins.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/telegps-v0.3/ao_pins.h b/src/telegps-v0.3/ao_pins.h
index ae401ed4..343e3301 100644
--- a/src/telegps-v0.3/ao_pins.h
+++ b/src/telegps-v0.3/ao_pins.h
@@ -71,8 +71,9 @@
#define HAS_LOG 1
#define HAS_TRACKER 1
-#define AO_CONFIG_DEFAULT_APRS_INTERVAL 5
+#define AO_CONFIG_DEFAULT_APRS_INTERVAL 0
#define AO_CONFIG_DEFAULT_RADIO_POWER 0xc0
+#define AO_CONFIG_DEFAULT_FLIGHT_LOG_MAX 1024 * 1024
/*
* GPS
@@ -86,7 +87,7 @@
/* gets pretty close to 434.550 */
-#define AO_RADIO_CAL_DEFAULT 0x10b6a5
+#define AO_RADIO_CAL_DEFAULT 1095378
#define HAS_RADIO_POWER 0
#define AO_FEC_DEBUG 0