..
This commit is contained in:
parent
0e4d421668
commit
ff08ac4b2c
1 changed files with 1 additions and 2 deletions
|
@ -49,7 +49,7 @@
|
||||||
#ifndef KAIROS_HAM_H
|
#ifndef KAIROS_HAM_H
|
||||||
#define KAIROS_HAM_DEFAULT_PORT 65472
|
#define KAIROS_HAM_DEFAULT_PORT 65472
|
||||||
#define KAIROS_HAM_RECORD_ID 0xcbfaded8
|
#define KAIROS_HAM_RECORD_ID 0xcbfaded8
|
||||||
#define KAIROS_EXCHANGE_HEADER_LENGTH 12
|
#define KAIROS_EXCHANGE_HEADER_LENGTH 16
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// #include "RemoteControl.h"
|
// #include "RemoteControl.h"
|
||||||
|
@ -136,7 +136,6 @@ int main(int argc, const char* argv[])
|
||||||
// Parameters for repeater
|
// Parameters for repeater
|
||||||
|
|
||||||
int proxyTrapPort = 162;
|
int proxyTrapPort = 162;
|
||||||
int proxyMediaPort = KAIROS_HAM_DEFAULT_PORT;
|
|
||||||
|
|
||||||
uint32_t repeaterNumber = 0;
|
uint32_t repeaterNumber = 0;
|
||||||
int repeaterControlPort = REMOTE_DEFAULT_PORT;
|
int repeaterControlPort = REMOTE_DEFAULT_PORT;
|
||||||
|
|
Loading…
Add table
Reference in a new issue