altos/telebt-v3.0: Set initial radio cal to a sensible value
[fw/altos] / src / telebt-v3.0 / ao_pins.h
index f178c34902b943b1bdded54bcd0b25940c785a8d..838f0dfcfbc948d73c2e9fa3e8c170ddca96abcb 100644 (file)
@@ -184,7 +184,7 @@ struct ao_adc {
 
 /* gets pretty close to 434.550 */
 
-#define AO_RADIO_CAL_DEFAULT   0x6ca333
+#define AO_RADIO_CAL_DEFAULT   5695485
 
 #define AO_FEC_DEBUG           0
 #define AO_CC1200_SPI_CS_PORT  (&stm_gpiob)
@@ -200,4 +200,9 @@ struct ao_adc {
 
 #define HAS_BOOT_RADIO         0
 
+/* Monitor bits */
+#define HAS_MONITOR            1
+#define LEGACY_MONITOR         0
+#define AO_MONITOR_LED         AO_LED_RED
+
 #endif /* _AO_PINS_H_ */