Switch from GPLv2 to GPLv2+
[fw/altos] / src / telegps-v0.3 / ao_pins.h
index a4afaa547230d1ae0138537502cd4c7a211aa754..9c650cc42441f1b646ab9de036fa887fd46a6202 100644 (file)
@@ -3,7 +3,8 @@
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; version 2 of the License.
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
  *
  * This program is distributed in the hope that it will be useful, but
  * WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -46,7 +47,7 @@
 #define HAS_BEEP               0
 #define HAS_RADIO              1
 #define HAS_TELEMETRY          1
-#define HAS_RDF                        0
+#define HAS_RDF                        1
 #define HAS_APRS               1
 #define HAS_RADIO_RECV         0
 
 #define HAS_FLIGHT             0
 #define HAS_ADC                        0
 #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       496 * 1024
 
 /*
  * GPS
@@ -85,9 +88,9 @@
 
 /* gets pretty close to 434.550 */
 
-#define AO_RADIO_CAL_DEFAULT   0x10b6a5
+#define AO_RADIO_CAL_DEFAULT   1095378
 
-#define HAS_RADIO_POWER                1
+#define HAS_RADIO_POWER                0
 #define AO_FEC_DEBUG           0
 #define AO_CC115L_SPI_CS_PORT  0
 #define AO_CC115L_SPI_CS_PIN   3