altos/teledongle-v1.9: Add remaining code to complete the project
[fw/altos] / src / teledongle-v1.9 / ao_pins.h
index bbc42a5deab5848630413d5e0b870d6eb1d8384a..86dd04597e07922ce37a9e0a3f0ff741f58d439a 100644 (file)
 /*
  * Telemetry monitoring
  */
-#define HAS_MONITOR            0
+#define HAS_MONITOR            1
 #define LEGACY_MONITOR         0
 #define HAS_MONITOR_PUT                1
 #define AO_MONITOR_LED         AO_LED_GREEN
 
 /* gets pretty close to 434.550 */
 
-#define AO_RADIO_CAL_DEFAULT   0x6ca333
+#define AO_RADIO_CAL_DEFAULT   5695733
 
 #define AO_FEC_DEBUG           0
 #define AO_CC1200_SPI_CS_PORT  (&stm_gpioc)