altos/telegps-v0.3: Disable APRS by default. Set log max to 1M
authorKeith Packard <keithp@keithp.com>
Fri, 6 Jun 2014 04:39:50 +0000 (21:39 -0700)
committerKeith Packard <keithp@keithp.com>
Fri, 6 Jun 2014 04:39:50 +0000 (21:39 -0700)
And adjust default radio cal to be a bit closer

Signed-off-by: Keith Packard <keithp@keithp.com>
src/telegps-v0.3/ao_pins.h

index ae401ed44784464a333b7eb93657ececbecc9411..343e33010487709579b40ecf90b9eb3376deedfc 100644 (file)
@@ -71,8 +71,9 @@
 #define HAS_LOG                        1
 #define HAS_TRACKER            1
 
 #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_RADIO_POWER          0xc0
+#define AO_CONFIG_DEFAULT_FLIGHT_LOG_MAX       1024 * 1024
 
 /*
  * GPS
 
 /*
  * GPS
@@ -86,7 +87,7 @@
 
 /* gets pretty close to 434.550 */
 
 
 /* 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
 
 #define HAS_RADIO_POWER                0
 #define AO_FEC_DEBUG           0