1
0
Fork 0

Use default INDI port

pull/16/head
Cees Bassa 2019-07-10 16:29:53 +02:00
parent 2153a1a22a
commit 3b54c1bd04
2 changed files with 3 additions and 3 deletions

View File

@ -12,8 +12,8 @@
#include <netinet/tcp.h>
#include <arpa/inet.h>
#define PORT 7264
#define MAXPORT 7274
#define PORT 7624
#define MAXPORT 7674
#define IP "127.0.0.1"
#define LIM 2048
#define NMAX 256

View File

@ -17,7 +17,7 @@
#define LIM 128
#define D2R M_PI/180.0
#define R2D 180.0/M_PI
#define PORT 7264
#define PORT 7624
#define IP "127.0.0.1"
struct map {