Move the faup1090 FA output port to 10001.

It was on 10002 for some testing and never got put back.
This commit is contained in:
Karl Lehenbauer 2014-08-15 14:02:43 +00:00
parent 0880eedee7
commit 13ce9dd453
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
#define MODES_NET_INPUT_BEAST_PORT 20004 #define MODES_NET_INPUT_BEAST_PORT 20004
#undef MODES_NET_OUTPUT_FA_TSV_PORT #undef MODES_NET_OUTPUT_FA_TSV_PORT
#define MODES_NET_OUTPUT_FA_TSV_PORT 10002 #define MODES_NET_OUTPUT_FA_TSV_PORT 10001
struct { struct {
char net_input_beast_ipaddr[32]; char net_input_beast_ipaddr[32];