SDR: Add clock source selection, untested yet

This commit is contained in:
Andreas Eversberg
2018-06-24 11:36:56 +02:00
parent 0a3e11d8a8
commit b7046a5283
7 changed files with 121 additions and 19 deletions

View File

@@ -13,6 +13,7 @@ typedef struct sdr_config {
rx_gain;
const char *tx_antenna, /* list/override antennas */
*rx_antenna;
const char *clock_source; /* list/override clock source */
const char *write_iq_tx_wave; /* wave recording and playback */
const char *write_iq_rx_wave;
const char *read_iq_tx_wave;