Enchanced operator prompt to better display output and history

This commit is contained in:
Pavlo Khazov
2025-08-03 18:57:10 +02:00
parent e8de1b8e9b
commit 91ecbc8b4a
11 changed files with 122 additions and 108 deletions

View File

@@ -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";