Enchanced operator prompt to better display output and history
This commit is contained in:
@@ -21,13 +21,13 @@ char startup_result[1024];
|
||||
|
||||
#if USE_SSL
|
||||
unsigned short int server_port = 8443;
|
||||
char agent_id[] = "TestAgentSSL";
|
||||
char agent_id[] = "SwiftTiger";
|
||||
#elif USE_HTTP
|
||||
unsigned short server_port = 8880;
|
||||
char agent_id[] = "TestAgentHTTPS";
|
||||
char agent_id[] = "NimbleKoala";
|
||||
#else
|
||||
unsigned short int server_port = 8888;
|
||||
char agent_id[] = "TestAgentTCP";
|
||||
char agent_id[] = "DirtyFox";
|
||||
#endif
|
||||
#else
|
||||
char agent_id[] = "PLACEHOLDER_AGENT_ID";
|
||||
|
||||
Reference in New Issue
Block a user