From 8077763cf6802c8e16286c925c05d71ffa34da67 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Fri, 22 Mar 2019 17:39:49 -0400 Subject: [PATCH] commented out conf_tx_path since it was locking up Pi Zero W sometimes! --- afsk/ax5043.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/afsk/ax5043.c b/afsk/ax5043.c index 2beb4d66..a6ae071e 100644 --- a/afsk/ax5043.c +++ b/afsk/ax5043.c @@ -222,11 +222,12 @@ int ax5043_init(ax5043_conf_t *conf, uint32_t f_xtal, vco_mode_t vco) { } /* Setup TX only related parameters */ +/* ret = ax5043_conf_tx_path(conf); if (ret) { return ret; } - +*/ /* Set an internal copy for the ax5042_wait_for_transmit function */ __ax5043_conf = conf;