Add '--ip=' command line param to restrict which radio the waveform connects to in a multi-radio environment

This commit is contained in:
Ed Gonzalez 2015-01-15 16:24:39 -06:00
parent 17bf4b036a
commit 504ef71d99
5 changed files with 56 additions and 9 deletions

View file

@ -45,7 +45,7 @@ typedef struct _radio
} radioType, *Radio;
void dc_Init(void);
void dc_Init(const char * radio_ip);
void dc_Exit(void);
void printRadio(Radio radio);