updated DeviceName handling
This commit is contained in:
@@ -12,8 +12,10 @@
|
||||
#define TRUE 1
|
||||
#define FALSE 0
|
||||
|
||||
#ifndef HOST_NAME
|
||||
#define HOST_NAME "AirsoftTimer_%08X"
|
||||
#ifndef DEVICE_NAME
|
||||
#define HOST_NAME "AirsoftTimer"
|
||||
#else
|
||||
#define HOST_NAME DEVICE_NAME
|
||||
#endif
|
||||
|
||||
#define SHUTDOWN_DELAY_MS 5000
|
||||
|
Reference in New Issue
Block a user