- quick reformat of readme
parent
f55f6fa426
commit
4d02195fd6
|
@ -34,6 +34,7 @@ The main configuration of the frameserver is done in <defines.h>
|
||||||
|
|
||||||
Main tuneables:
|
Main tuneables:
|
||||||
|
|
||||||
|
```
|
||||||
// where to send the UDP output of the frameserver
|
// where to send the UDP output of the frameserver
|
||||||
#define REMOTE_IP "127.0.0.1"
|
#define REMOTE_IP "127.0.0.1"
|
||||||
#define REMOTE_PORT 1234
|
#define REMOTE_PORT 1234
|
||||||
|
@ -53,3 +54,4 @@ Main tuneables:
|
||||||
#define SEGNUM 8
|
#define SEGNUM 8
|
||||||
#define SEGWIDTH 12
|
#define SEGWIDTH 12
|
||||||
#define SEGCHANNELS 4
|
#define SEGCHANNELS 4
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in New Issue