12 lines
135 B
C
12 lines
135 B
C
/*
|
|
* Monitor.h
|
|
*
|
|
*/
|
|
#ifndef _MONITOR_H_
|
|
#define _MONITOR_H_
|
|
|
|
#define DEFAULT_DEVICE "DEV1"
|
|
#define DEFAULT_LISTEN_PORT 3000
|
|
|
|
#endif
|